xdr-codec 0.2.1

XDR encode/decode runtime support. Pairs with xdrgen which generates code from specs.
Documentation
[package]
name = "xdr-codec"
version = "0.2.1"
authors = ["Jeremy Fitzhardinge <jeremy@goop.org>"]
license = "MIT OR Apache-2.0"
description = "XDR encode/decode runtime support. Pairs with xdrgen which generates code from specs."
repository = "https://github.com/jsgf/rust-xdr-codec"
documentation = "https://jsgf.github.io/rust-xdr/doc/xdr_codec/index.html"
readme = "README.md"
keywords = ["encoding", "protocol", "xdr", "rfc4506", "serialization"]

[features]
unstable = []

[dependencies]
byteorder = "0.4.2"

[dev-dependencies]
quickcheck = "0.2"