This repo contains two crates:
- xdr-codec, a runtime library to encode and decode XDR types
- xdrgen, a code generator which parses XDR specs (RFC4506) and generates Rust type definitions, with code to serialize/deserialize them as XDR.
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.