enum-helper 0.2.0

Yet another enum helper. Macros that generate common boilerplate for enums.
Documentation
1
2
3
4
5
6
7
error: EnumKind requires at least one variant
 --> tests/ui/enum_kind_empty.rs:3:10
  |
3 | #[derive(EnumKind)]
  |          ^^^^^^^^
  |
  = note: this error originates in the derive macro `EnumKind` (in Nightly builds, run with -Z macro-backtrace for more info)