Skip to content

imp/rust-xdr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust XDR library

Build Status Crates.io

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.

About

Rust XDR interoperability library and codegen

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.0%
  • Other 1.0%