xdr-codec 0.1.11

XDR encode/decode runtime support. Pairs with xdrgen which generates code from specs.
Documentation
1
2
3
4
5
6
7
Rust XDR library
================

This crate provides a set of runtime routines to encode and decode
basic XDR types, which can be used with
[xdrgen's](https://github.com/jsgf/rust-xdrgen) automatically
generated code, or with hand-written codecs.