enum-helper 0.2.1

Yet another enum helper. Macros that generate common boilerplate for enums.
Documentation
1
2
3
4
5
error: ambiguous name `aaa` between `Bar` and `Baz`
 --> tests/ui/enum_str_ambiguous_name_alias.rs:8:5
  |
8 |     Baz,
  |     ^^^