Expand description
Macros for serializing / deserializing enums containing no data variants using serde.
Macrosยง
- impl_
as_ ref_ from_ str - Generate
AsRef
andFromStr
impls for the given type with the variant / string pairs specified. - serde_
visitor - Implement serde Serialize, Deserialize, and Visitor traits for the provided type and visitor type.
- serializable_
enum - Implements deserialization and serialization for an enum of the form: