2014-08-01 14:35:37 +00:00
|
|
|
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)
|
2014-08-01 14:35:37 +00:00
|
|
|
[![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 encoding/decoding library. It uses code generation and
|
|
|
|
not reflection. It supports the IPDR bastardized XDR format when built
|
|
|
|
with `-tags ipdr`.
|
|
|
|
|