/rust-xdr

Rust XDR interoperability library and codegen

Primary LanguageRust

Rust XDR library

Updated to support Rust 2018 Edition.

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.

License

Licensed under either of

at your option.

Contribution

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.