Structs§
- Buffer
- A mutable buffer for reading and writing bytes data.
- Frozen
Buffer - 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.