pyenum-derive 0.0.4

#[derive(PyEnum)] procedural macro for the `pyenum` crate.
Documentation
1
2
3
4
5
error: unknown pyenum base `NotARealBase`; expected one of `Enum`, `IntEnum`, `StrEnum`, `Flag`, `IntFlag`
 --> tests/ui/fail/bad_base.rs:4:17
  |
4 | #[pyenum(base = "NotARealBase")]
  |                 ^^^^^^^^^^^^^^