mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-15 10:01:39 +00:00
19 lines
894 B
Markdown
19 lines
894 B
Markdown
|
# This project is not actively maintained
|
||
|
|
||
|
Issues and pull requests on this repository may not be acted on in a timely
|
||
|
manner, or at all. You are of course welcome to use it anyway. You are even
|
||
|
more welcome to fork it and maintain the results.
|
||
|
|
||
|
![Unmaintained](https://nym.se/img/unmaintained.jpg)
|
||
|
|
||
|
xdr
|
||
|
===
|
||
|
|
||
|
[![Build Status](https://img.shields.io/circleci/project/calmh/xdr.svg?style=flat-square)](https://circleci.com/gh/calmh/xdr)
|
||
|
[![Coverage Status](https://img.shields.io/coveralls/calmh/xdr.svg?style=flat)](https://coveralls.io/r/calmh/xdr?branch=master)
|
||
|
[![API Documentation](http://img.shields.io/badge/api-Godoc-blue.svg?style=flat)](http://godoc.org/github.com/calmh/xdr)
|
||
|
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://opensource.org/licenses/MIT)
|
||
|
|
||
|
This is an XDR marshalling/unmarshalling library. It uses code generation and
|
||
|
not reflection.
|