linked-buffer-0.0.2 doesn't have any documentation.
Linked Buffer
A linked buffer implemention in rust.
Structures
BufferMut
: A mutable buffer.Buffer
: A immutable buffer that can be cloned.
They implement bytes::Buf
and bytes::BufMut
traits.