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

#337 in Asynchronous

Download history 1217891/week @ 2023-12-20 1118162/week @ 2023-12-27 1607549/week @ 2024-01-03 1687602/week @ 2024-01-10 1874643/week @ 2024-01-17 1843932/week @ 2024-01-24 1968217/week @ 2024-01-31 1862797/week @ 2024-02-07 1862783/week @ 2024-02-14 1970952/week @ 2024-02-21 2008635/week @ 2024-02-28 1933564/week @ 2024-03-06 1862146/week @ 2024-03-13 1930397/week @ 2024-03-20 1824204/week @ 2024-03-27 1594617/week @ 2024-04-03

7,564,859 downloads per month
Used in 29,979 crates (764 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

~210KB