Expand description
XDR codec generation
This crate provides library interfaces for programatically generating Rust code to implement RFC4506 XDR encoding/decoding, as well as a command line tool “xdrgen”.
It is intended to be used with the “xdr-codec” crate, which provides the runtime library for encoding/decoding primitive types, strings, opaque data and arrays.