enum-helper 0.3.1

Yet another enum helper. Macros that generate common boilerplate for enums.
Documentation
1
2
3
4
5
error: duplicate enum_str attribute `error_msg`
 --> tests/ui/enum_str_dup_error_msg.rs:5:12
  |
5 | #[enum_str(error_msg = "b")]
  |            ^^^^^^^^^