cstr-enum 1.0.0

A crate for defining C-style string enums.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: duplicate named argument
 --> $DIR/duplicate_arg.rs:6:10
  |
6 |   #[cstr(name="egg")]
  |          ^^^^

error: duplicate named argument
  --> $DIR/duplicate_arg.rs:14:22
   |
14 |   #[cstr(name="egg", name="foo")]
   |                      ^^^^