fastxdr 1.0.1

Generate Rust types from XDR specs with fast, zero-copy deserialisation
Documentation
1
2
3
4
5
6
7
8
mod generic_types;
pub use generic_types::*;

mod constants;
pub use constants::*;

mod type_index;
pub use type_index::*;