enum-path 0.1.0

Derive FromStr and Display impls for enums that follow a hierarchical path-like serialization scheme
Documentation
1
2
3
4
5
error: duplicate EnumPath variant name "Foo" (also produced by `Foo`)
 --> tests/ui/duplicate_variant.rs:9:5
  |
9 |     Bar,
  |     ^^^