Module marshal
pyo3
0.25.0-dev
Module marshal
Module Items
Constants
Functions
In crate pyo3
Modules
anyhow
buffer
call
chrono
class
conversion
coroutine
either
exceptions
eyre
ffi
hashbrown
indexmap
inspect
jiff
marker
marshal
num_bigint
num_complex
num_rational
panic
prelude
pybacked
pycell
pyclass
pyclass_init
rust_decimal
serde
smallvec
sync
type_object
types
uuid
Macros
append_to_inittab
create_exception
import_exception
import_exception_bound
intern
py_run
wrap_pyfunction
wrap_pymodule
Structs
Borrowed
Bound
DowncastError
DowncastIntoError
Py
PyErr
PythonVersionInfo
Traits
BoundObject
PyErrArguments
ToPyErr
Functions
prepare_freethreaded_python
with_embedded_python_interpreter
Type Aliases
PyObject
PyResult
Attribute Macros
pyclass
pyfunction
pymethods
pymodule
Derive Macros
FromPyObject
IntoPyObject
IntoPyObjectRef
pyo3
Module
marshal
Copy item path
Settings
Help
Summary
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.