syncthing/vendor/github.com/calmh/xdr/README.md

11 lines
593 B
Markdown
Raw Normal View History

xdr
===
2015-10-06 23:37:08 +00:00
[![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)
2016-02-02 11:43:33 +00:00
This is an XDR marshalling/unmarshalling library. It uses code generation and
not reflection.