| Crates.io | nfs3_macros |
| lib.rs | nfs3_macros |
| version | 0.4.0 |
| created_at | 2025-02-09 14:33:06.543339+00 |
| updated_at | 2025-06-29 20:55:51.95267+00 |
| description | A Rust library providing a derive macro for XDR codec implementation. |
| homepage | https://github.com/Vaiz/nfs3 |
| repository | https://github.com/Vaiz/nfs3 |
| max_upload_size | |
| id | 1548997 |
| size | 21,513 |
nfs3_macrosnfs3_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.
Pack and Unpack traits for structs and enums.