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: EnumPath variant "foo.bar" would alias with "foo" under delimiter "." (also produced by `Short`)
  --> tests/ui/prefix_collision.rs:12:5
   |
12 |     Long(String),
   |     ^^^^