Module buffers

Module buffers 

Source

Structs§

Buffer
A mutable buffer for reading and writing bytes data.
FrozenBuffer
An immutable buffer for reading bytes data.

Statics§

SMALL_WRITE_THRESHOLD
Threshold below which writes are copied into a contiguous buffer. Writes >= this size are stored as zero-copy references.

Functions§

register_python_bindings