enum-helper 0.3.1

Yet another enum helper. Macros that generate common boilerplate for enums.
Documentation
1
2
3
4
5
6
7
error: EnumAll cannot build `ALL` for non-unit variants; consider `#[enum_all(all(disable))]` to derive only `COUNT`, or `#[enum_all(skip)]` to skip them
 --> tests/ui/enum_all_non_unit_enum.rs:3:10
  |
3 | #[derive(EnumAll, Clone, Copy, PartialEq, Eq)]
  |          ^^^^^^^
  |
  = note: this error originates in the derive macro `EnumAll` (in Nightly builds, run with -Z macro-backtrace for more info)