pyo3-utils¶
Unreleased¶
0.3.0¶
Added¶
-
#160 - feat: added unstable mod
from_py_dict
.Refer to PyO3/pyo3#5163.
-
#158 - chore: bump
pyo3
to0.25
.
0.2.0¶
Added¶
- #141 - chore: bump
pyo3
to0.24.1
.
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
.