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/case_insensitive_clash.rs:10:5
   |
10 |     FOO,
   |     ^^^