enum-helper 0.3.1

Yet another enum helper. Macros that generate common boilerplate for enums.
Documentation
1
2
3
4
5
error: unknown enum_all `all` sub-attribute `bogus`
 --> tests/ui/enum_all_all_unknown_sub.rs:2:16
  |
2 | #[enum_all(all(bogus))]
  |                ^^^^^