Expand description
binverse_derive provides macros for the binverse crate.
#\[serializable\] automatically implements Serialize and Deserialize
and can parse some attributes related to versioning and data structure sizes.
Attribute Macrosยง
- serializable
- Implements
SerializeandDeserializefor a struct. All members also have to implement Serialize and Deserialize. Members can be annotated with the following attributes: