Module buf

Module buf 

Source

Structs§

BytesBuffer
Poolable version of FixedSizeVec.
FixedSizeVec
A fixed-size bytes buffer.

Traits§

ClearableIoBuffer
A buffer that can be cleared.
CollapsibleReadWriteIoBuffer
An I/O buffer that can be “collapsed” to regain unused capacity.
ReadIoBuffer
An I/O buffer that can be read from.
ReadWriteIoBuffer
An I/O buffer that can be read from and written to.
WriteIoBuffer
An I/O buffer that can be written to.