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
Deserialize
trait for structs and enums. - Serialize
- Derives the
Serialize
trait for structs and enums.