• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benches/H03-May-2022-11193

benches_disabled/H03-May-2022-12393

src/H03-May-2022-24,51615,144

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-1970106 66

Cargo.tomlH A D01-Jan-19702.4 KiB134117

Cargo.toml.orig-cargoH A D29-Nov-19732.2 KiB5851

LICENSE-APACHEH A D29-Nov-197310.6 KiB203170

LICENSE-MITH A D29-Nov-19731.1 KiB2723

README.mdH A D29-Nov-1973590 2415

build.rsH A D29-Nov-19731.4 KiB4220

no_atomic_cas.rsH A D29-Nov-1973356 1410

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