enum-str-conv 0.1.1

A derive macro to convert between enum and str
Documentation
1
2
3
4
5
error: unknown argument type: #[enum_str_conv(str = "...")]
 --> tests/ui/compile_fail_9.rs:9:31
  |
9 |         #[enum_str_conv(str = 123)]
  |                               ^^^