1 2 3 4 5 6 7 8 9
# 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.