1 unstable release
0.0.2 | Jan 26, 2022 |
---|---|
0.0.1 |
|
#5 in #implemention
34KB
807 lines
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.
lib.rs
:
LinkedBuffer
Dependencies
~0.1–0.8MB
~13K SLoC