pyo3-utils¶
Unreleased¶
0.1.0¶
Docs¶
- #57 - add documentation to
mod py_matchindicating it should only be used forstate-machine-likeenum, not forUnion-likeenum.
Internal¶
- #79 - refactor: use
rust v1.82featureOmitting empty types in pattern matchingin place ofResult<T, Infallible>::unwrap.