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 1735/week @ 2024-11-15 2172/week @ 2024-11-22 1482/week @ 2024-11-29 2087/week @ 2024-12-06 2316/week @ 2024-12-13 1898/week @ 2024-12-20 1299/week @ 2024-12-27 1918/week @ 2025-01-03 1408/week @ 2025-01-10 1180/week @ 2025-01-17 902/week @ 2025-01-24 1014/week @ 2025-01-31 1517/week @ 2025-02-07 1473/week @ 2025-02-14 1611/week @ 2025-02-21 1390/week @ 2025-02-28

6,201 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–8.5MB
~53K SLoC