#async-stream #async-channel #utilities

no-std futures-util

Common utilities and extension traits for the futures-rs library

23 releases

0.3.31 Oct 5, 2024
0.3.30 Dec 24, 2023
0.3.29 Oct 26, 2023
0.3.28 Mar 30, 2023
0.2.0-beta Mar 20, 2018

#201 in Asynchronous

Download history 1240257/week @ 2024-12-21 1449053/week @ 2024-12-28 2396016/week @ 2025-01-04 2634562/week @ 2025-01-11 2442122/week @ 2025-01-18 2574564/week @ 2025-01-25 2905357/week @ 2025-02-01 2966827/week @ 2025-02-08 2891336/week @ 2025-02-15 3043011/week @ 2025-02-22 3335902/week @ 2025-03-01 3408911/week @ 2025-03-08 3674851/week @ 2025-03-15 3906530/week @ 2025-03-22 3364221/week @ 2025-03-29 3563478/week @ 2025-04-05

15,080,136 downloads per month
Used in 37,663 crates (3,455 directly)

MIT/Apache

1MB
17K SLoC

Combinators and utilities for working with Futures, Streams, Sinks, and the AsyncRead and AsyncWrite traits.


futures-util

Common utilities and extension traits for the futures-rs library.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-util = "0.3"

The current futures-util requires Rust 1.56 or later.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~35–475KB