Crate fieldless_enum_tools

Source

Derive Macrosยง

All
Adds an function all to enum, returning an array with all variants of the enum
FromToStr
Implements AsRef<str>, Into<String>, Display (therefore ToString), FromStr, TryFrom<String>, Serialize and Deserialize for enum.
Not
Implements Not for enum.