Available on crate feature
python
only.Structs§
- PySerialize
Wrap serde
- Serialization wrapper for T: TrySerializeToBytes that attaches Python version metadata.
- Python
Object - Wrapper around PyObject from pyo3 with additional trait impls.
Constants§
Statics§
- PYTHO
N3_ VERSION serde
- [minor, micro]
Traits§
- TrySerialize
ToBytes serde
- Serializes a Python object without additional system metadata. This is intended to be used
together with
PySerializeWrap
, which attaches e.g. Python version metadata.