• Home
Name Date Size #Lines LOC

..--

benches/03-May-2024-147124

benches_disabled/03-May-2024-12393

src/03-May-2024-25,02615,477

.cargo_vcs_info.jsonD03-May-2024106 66

Android.bpD03-May-20243.4 KiB130125

Cargo.tomlD03-May-20242.5 KiB136119

Cargo.toml.origD03-May-20242.3 KiB5952

LICENSED03-May-202410.6 KiB203170

LICENSE-APACHED03-May-202410.6 KiB203170

LICENSE-MITD03-May-20241.1 KiB2723

METADATAD03-May-2024668 2422

MODULE_LICENSE_APACHE2D03-May-20240

NOTICED03-May-202410.6 KiB203170

OWNERSD03-May-202440 21

README.mdD03-May-2024590 2415

TEST_MAPPINGD03-May-20241.1 KiB5554

build.rsD03-May-20241.4 KiB4220

cargo2android.jsonD03-May-2024291 1514

no_atomic_cas.rsD03-May-2024466 1814

README.md

1# futures-util
2
3Common utilities and extension traits for the futures-rs library.
4
5## Usage
6
7Add this to your `Cargo.toml`:
8
9```toml
10[dependencies]
11futures-util = "0.3"
12```
13
14The current `futures-util` requires Rust 1.45 or later.
15
16## License
17
18Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
19[MIT license](LICENSE-MIT) at your option.
20
21Unless you explicitly state otherwise, any contribution intentionally submitted
22for inclusion in the work by you, as defined in the Apache-2.0 license, shall
23be dual licensed as above, without any additional terms or conditions.
24