cstr-enum 1.0.0

A crate for defining C-style string enums.
Documentation
1
2
3
4
5
error: attribute must be placed on variants
 --> $DIR/name_on_enum.rs:4:1
  |
4 | #[cstr(name="egg")]
  | ^^^^^^^^^^^^^^^^^^^