pyo3

Module pybacked

Source
Expand description

Contains types for working with Python objects that own the underlying data.

Macrosยง

impl_traits ๐Ÿ”’

Structsยง

PyBackedBytes
A wrapper around [u8] where the storage is either owned by a Python bytes object, or a Rust Box<[u8]>.
PyBackedStr
A wrapper around str where the storage is owned by a Python bytes or str object.

Enumsยง

PyBackedBytesStorage ๐Ÿ”’
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here