Crates.io | linked-buffer |
lib.rs | linked-buffer |
version | 0.0.2 |
source | src |
created_at | 2021-12-31 08:15:02.370789 |
updated_at | 2022-01-26 08:18:16.916143 |
description | Yet another linked buffer implemention. |
homepage | |
repository | https://github.com/ihciah/linked-buffer |
max_upload_size | |
id | 505721 |
size | 33,078 |
A linked buffer implemention in rust.
BufferMut
: A mutable buffer.Buffer
: A immutable buffer that can be cloned.They implement bytes::Buf
and bytes::BufMut
traits.