pyenum-derive 0.0.1

#[derive(PyEnum)] procedural macro for the `pyenum` crate.
Documentation
1
2
3
4
5
error: variant `Ok` has a string `#[pyenum(value = ...)]` but the enum base is `IntEnum`, which requires integer values
 --> tests/ui/fail/intenum_str_value.rs:7:5
  |
7 |     Ok,
  |     ^^