Skip to main content

Module iobuf

Module iobuf 

Source
Expand description

Buffer types for I/O operations.

  • IoBuf: Immutable byte buffer
  • IoBufMut: Mutable byte buffer
  • IoBufs: Container for one or more immutable buffers
  • IoBufsMut: Container for one or more mutable buffers
  • BufferPool: Pool of reusable, aligned buffers

Structs§

BufferPool
A pool of reusable, aligned buffers.
BufferPoolConfig
Configuration for a buffer pool.
IoBuf
Immutable byte buffer.
IoBufMut
Mutable byte buffer.

Enums§

IoBufs
Container for one or more immutable buffers.
IoBufsMut
Container for one or more mutable buffers.
PoolError
Error returned when buffer pool allocation fails.