4 releases (2 breaking)

0.2.0-alpha.1 Aug 8, 2019
0.1.1 Apr 22, 2019
0.1.0 Feb 24, 2019
0.0.0 Aug 20, 2018

#1309 in Asynchronous

Download history 13863/week @ 2023-11-27 12750/week @ 2023-12-04 14081/week @ 2023-12-11 10330/week @ 2023-12-18 5455/week @ 2023-12-25 8803/week @ 2024-01-01 12622/week @ 2024-01-08 12748/week @ 2024-01-15 12859/week @ 2024-01-22 13566/week @ 2024-01-29 13796/week @ 2024-02-05 14285/week @ 2024-02-12 15871/week @ 2024-02-19 17247/week @ 2024-02-26 17745/week @ 2024-03-04 7006/week @ 2024-03-11

59,029 downloads per month
Used in 1,080 crates (4 directly)

MIT license

26KB
548 lines

tokio-buf

Asynchronous stream of byte buffers

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.


lib.rs:

Asynchronous stream of bytes.

This crate contains the BufStream trait and a number of combinators for this trait. The trait is similar to Stream in the futures library, but instead of yielding arbitrary values, it only yields types that implement Buf (i.e, byte collections).

Dependencies

~390KB