xdr-codec 0.1.13

XDR encode/decode runtime support. Pairs with xdrgen which generates code from specs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "xdr-codec"
version = "0.1.13"
authors = ["Jeremy Fitzhardinge <jeremy@goop.org>"]
license = "MIT"
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"]

[dependencies]
byteorder = "0.4.2"