1 unstable release
new 0.1.0 | Feb 9, 2025 |
---|
#451 in Procedural macros
Used in 2 crates
(via nfs3_types)
10KB
150 lines
nfs3_macros
nfs3_macros
is a Rust library that provides XdrCodec
derive macro for the nfs3_types
crate. XdrCodec
macro automatically implements Pack
and Unpack
traits for structs and enums, simplifying serialization and deserialization of XDR encoded data.
Features
- Automatically implements
Pack
andUnpack
traits for structs and enums. - Supports named, unnamed, and unit structs.
- Supports unit-only enums.
Dependencies
~200–630KB
~15K SLoC