pyo3
0.26.0-dev
Module marshal
Module Items
Constants
Functions
In crate pyo3
pyo3
Module
marshal
Copy item path
Source
Expand description
Support for the Python
marshal
format.
Constants
§
VERSION
The current version of the marshal binary format.
Functions
§
dumps
Serialize an object to bytes using the Python built-in marshal module.
loads
Deserialize an object from bytes using the Python built-in marshal module.