Expand description
Buffer types for I/O operations.
IoBuf: Immutable byte bufferIoBufMut: Mutable byte bufferIoBufs: Container for one or more immutable buffersIoBufsMut: Container for one or more mutable buffersBufferPool: Pool of reusable, aligned buffers
Structs§
- Buffer
Pool - A pool of reusable, aligned buffers.
- Buffer
Pool Config - Configuration for a buffer pool.
- IoBuf
- Immutable byte buffer.
- IoBuf
Mut - Mutable byte buffer.
- IoBufs
- Container for one or more immutable buffers.
- IoBufs
Mut - Container for one or more mutable buffers.
Enums§
- Pool
Error - Error returned when buffer pool allocation fails.
Traits§
- Encode
Ext - Extension trait for encoding values into pooled I/O buffers.