linkedbytes

Crates.iolinkedbytes
lib.rslinkedbytes
version0.1.8
sourcesrc
created_at2022-11-14 09:08:08.76426
updated_at2023-12-17 06:38:52.485384
descriptionLinkedBytes is a linked list of Bytes and BytesMut.
homepage
repositoryhttps://github.com/volo-rs/linkedbytes
max_upload_size
id714847
size471,067
ihc童鞋@提不起劲 (ihciah)

documentation

README

LinkedBytes

Crates.io Documentation Website License Build Status

LinkedBytes is a linked list of Bytes and BytesMut (though we use VecDeque to implement it now).

It is primarily used to manage Bytes and BytesMut and make a &[IoSlice<'_>] to be used by writev.

Related Projects

  • Volo: Rust RPC framework with high-performance and strong-extensibility for building micro-services.
  • Motore: Middleware abstraction layer powered by GAT.
  • Pilota: A thrift and protobuf implementation in pure rust with high performance and extensibility.
  • Metainfo: Transmissing metainfo across components.

Contributing

See CONTRIBUTING.md for more information.

License

LinkedBytes is dual-licensed under the MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

Community

Commit count: 11

cargo fmt