serde
Enables (de)serialization of Py<T> objects via serde.
Py
<T>
To use this feature, add this to your Cargo.toml:
Cargo.toml
[dependencies] serde = "1.0" pyo3 = { version = "0.19.2", features = ["serde"] }