33 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

#506 in Asynchronous

Download history 1604220/week @ 2023-11-26 1644412/week @ 2023-12-03 1617419/week @ 2023-12-10 1483396/week @ 2023-12-17 1031889/week @ 2023-12-24 1399307/week @ 2023-12-31 1706826/week @ 2024-01-07 1770477/week @ 2024-01-14 1814450/week @ 2024-01-21 1984732/week @ 2024-01-28 1883745/week @ 2024-02-04 1877065/week @ 2024-02-11 1896366/week @ 2024-02-18 1993466/week @ 2024-02-25 1987952/week @ 2024-03-03 730909/week @ 2024-03-10

6,739,031 downloads per month
Used in 29,262 crates (750 directly)

MIT/Apache

33KB
303 lines

futures-core

The core traits and types in for the futures library.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-core = "0.3"

The current futures-core requires Rust 1.36 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:

Core traits and types for asynchronous operations in Rust.

Dependencies

~215KB