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

#218 in Asynchronous

Download history 2318783/week @ 2024-09-26 2862097/week @ 2024-10-03 2804794/week @ 2024-10-10 2920366/week @ 2024-10-17 2532043/week @ 2024-10-24 2264972/week @ 2024-10-31 2284428/week @ 2024-11-07 2368426/week @ 2024-11-14 2276355/week @ 2024-11-21 2153589/week @ 2024-11-28 2554165/week @ 2024-12-05 2484576/week @ 2024-12-12 1639201/week @ 2024-12-19 1216178/week @ 2024-12-26 2103959/week @ 2025-01-02 2631240/week @ 2025-01-09

8,046,562 downloads per month
Used in 35,427 crates (3,175 directly)

MIT/Apache

1MB
17K SLoC

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.


lib.rs:

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

Dependencies

~36–470KB