Expand description
This crate provides procedural macros for automatically deriving serialization and deserialization implementations for custom types.
It leverages the derse crate for serialization and deserialization functionalities.
Derive Macrosยง
- Deserialize
- Derives the
Deserializetrait for structs and enums. - Serialize
- Derives the
Serializetrait for structs and enums.