labelled-enum

Converting an enum to/from String.
Getting Started
Derives ToString, FromStr impl:
assert_eq!;
assert_eq!;
Casing
You can specify snake_case using attribute:
Working with serde
labelled-enum provides serde_plugin
feature to work with serde Serializer/Deserializer:
// install labelled-enum with --features serde_plugin