pyenum-derive 0.0.2

#[derive(PyEnum)] procedural macro for the `pyenum` crate.
Documentation
1
2
3
4
5
error: variant `Crimson` has value `"red"`, which was already used by `Red`; Python would make the second variant an alias of the first and break Rust-side round-trip identity
 --> tests/ui/fail/duplicate_str_value.rs:9:5
  |
9 |     Crimson,
  |     ^^^^^^^