pyenum-derive 0.0.1

#[derive(PyEnum)] procedural macro for the `pyenum` crate.
Documentation
1
2
3
4
5
6
use pyenum::PyEnum;

#[derive(Clone, Copy, PyEnum)]
pub enum Bad {}

fn main() {}