Module serialization

Source
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.