Crate buffer_pool

Source

Structs§

ConsumeBuffer
A convinience wrapper around Vec that allows to “consume” data from the front without shifting.
Pool
A sharded pool of elements.
Pooled
A value borrowed from the Pool that can be dereferenced to T.

Traits§

RawPoolBufDatagramIo
RawPoolBufIo
A trait to optimize read and write operations on pooled buffers.
Reuse
A trait that prepares an item to be returned to the pool. For example clearing it. true is returned if the item should be returned to the pool, false if it should be dropped.

Type Aliases§

PooledBuf