Expand description
(De)serialization utilities bridging Rust ↔︎ Python types.
Functions§
- from_
dict_ pyo3 - Convert a Python dictionary to a Rust type that implements
DeserializeOwned
. - to_
dict_ pyo3 - Convert a Rust type that implements
Serialize
to a Python dictionary.