rust-xdr

Rust XDR interoperability library and codegen

Downloads
819.7K
Stars
16
Committers
5

Rust XDR library

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.