10 releases

0.1.8 Dec 17, 2023
0.1.7 Feb 6, 2023
0.1.6 Dec 9, 2022
0.1.4 Nov 30, 2022
0.0.0 Nov 14, 2022

#434 in Network programming

Download history 1668/week @ 2024-11-18 2188/week @ 2024-11-25 1641/week @ 2024-12-02 2271/week @ 2024-12-09 2175/week @ 2024-12-16 1755/week @ 2024-12-23 1306/week @ 2024-12-30 1885/week @ 2025-01-06 1297/week @ 2025-01-13 1189/week @ 2025-01-20 754/week @ 2025-01-27 1555/week @ 2025-02-03 1435/week @ 2025-02-10 1327/week @ 2025-02-17 1558/week @ 2025-02-24 1470/week @ 2025-03-03

5,975 downloads per month
Used in 13 crates (3 directly)

MIT/Apache

360KB
248 lines

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.

  • 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

Dependencies

~2.6–8MB
~53K SLoC