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

#1280 in Asynchronous

Download history 19856/week @ 2023-02-03 19455/week @ 2023-02-10 18958/week @ 2023-02-17 29011/week @ 2023-02-24 19432/week @ 2023-03-03 18949/week @ 2023-03-10 15174/week @ 2023-03-17 14366/week @ 2023-03-24 14471/week @ 2023-03-31 16780/week @ 2023-04-07 16000/week @ 2023-04-14 14573/week @ 2023-04-21 13732/week @ 2023-04-28 15109/week @ 2023-05-05 18756/week @ 2023-05-12 15735/week @ 2023-05-19

65,814 downloads per month
Used in 1,108 crates (4 directly)

MIT license

25KB
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

~400KB