34 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

#452 in Asynchronous

Download history 2303164/week @ 2024-11-21 2182385/week @ 2024-11-28 2581086/week @ 2024-12-05 2506501/week @ 2024-12-12 1657045/week @ 2024-12-19 1232534/week @ 2024-12-26 2123547/week @ 2025-01-02 2654807/week @ 2025-01-09 2515727/week @ 2025-01-16 2591955/week @ 2025-01-23 2796419/week @ 2025-01-30 3047784/week @ 2025-02-06 2751467/week @ 2025-02-13 3214607/week @ 2025-02-20 3127923/week @ 2025-02-27 3532789/week @ 2025-03-06

13,197,543 downloads per month
Used in 40,685 crates (918 directly)

MIT/Apache

35KB
305 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

~0–265KB