1 unstable release
0.0.2 | Jan 26, 2022 |
---|---|
0.0.1 |
|
#2 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
~130–780KB
~12K SLoC