buffer_
pool
0.1.0
All Items
Crate Items
Structs
Traits
Type Aliases
Crate
buffer_pool
Copy item path
Source
Structs
§
Consume
Buffer
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
§
RawPool
BufDatagram
Io
RawPool
BufIo
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
§
Pooled
Buf