Expand description
Contains types for working with Python objects that own the underlying data.
Structsยง
- PyBacked
Bytes - A wrapper around
[u8]where the storage is either owned by a Pythonbytesobject, or a RustBox<[u8]>. - PyBacked
Str - A wrapper around
strwhere the storage is owned by a Pythonbytesorstrobject.