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