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

#463 in Network programming

Download history 1435/week @ 2024-10-09 1073/week @ 2024-10-16 1784/week @ 2024-10-23 1730/week @ 2024-10-30 1352/week @ 2024-11-06 1609/week @ 2024-11-13 2072/week @ 2024-11-20 1797/week @ 2024-11-27 1852/week @ 2024-12-04 2183/week @ 2024-12-11 2153/week @ 2024-12-18 1527/week @ 2024-12-25 1783/week @ 2025-01-01 1487/week @ 2025-01-08 1213/week @ 2025-01-15 1020/week @ 2025-01-22

5,676 downloads per month
Used in 14 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–8.5MB
~52K SLoC