Module pyo3::marshal[][src]

This is supported on non-Py_LIMITED_API only.
Expand description

Support for the Python marshal format. Not supported in limited API builds.

Constants

The current version of the marshal binary format.

Functions

Serialize an object to bytes using the Python built-in marshal module.

Deserialize an object from bytes using the Python built-in marshal module.