22 releases

0.3.30 Dec 24, 2023
0.3.29 Oct 26, 2023
0.3.28 Mar 30, 2023
0.3.25 Oct 20, 2022
0.2.0-beta Mar 20, 2018

#191 in Asynchronous

Download history 1642276/week @ 2024-01-05 1702526/week @ 2024-01-12 1844369/week @ 2024-01-19 1911827/week @ 2024-01-26 1873405/week @ 2024-02-02 1860970/week @ 2024-02-09 1840161/week @ 2024-02-16 1971147/week @ 2024-02-23 1986196/week @ 2024-03-01 1864787/week @ 2024-03-08 1867421/week @ 2024-03-15 1901546/week @ 2024-03-22 1817895/week @ 2024-03-29 1861999/week @ 2024-04-05 1913978/week @ 2024-04-12 1590721/week @ 2024-04-19

7,521,579 downloads per month
Used in 27,854 crates (2,477 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–485KB