7beb64a8ca
* allow `#[pyo3(signature = ...)]` on complex enum variants to specify constructor signature * rename keyword to `constructor` * review feedback * add docs in guide * add newsfragment
103 B
103 B
Added #[pyo3(constructor = (...))]
to customize the generated constructors for complex enum variants