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