linked-buffer

Crates.iolinked-buffer
lib.rslinked-buffer
version0.0.2
sourcesrc
created_at2021-12-31 08:15:02.370789
updated_at2022-01-26 08:18:16.916143
descriptionYet another linked buffer implemention.
homepage
repositoryhttps://github.com/ihciah/linked-buffer
max_upload_size
id505721
size33,078
ihc童鞋@提不起劲 (ihciah)

documentation

README

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.

Commit count: 0

cargo fmt