enum_ext 0.6.0

procedural macro that enhances enums with additional methods and conversions
Documentation
1
2
3
4
5
6
7
error: enum_extend only works on enums
 --> tests/ui/enum_extend_on_struct.rs:3:1
  |
3 | #[enum_extend]
  | ^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `enum_extend` (in Nightly builds, run with -Z macro-backtrace for more info)