Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 814 | 297 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 106 | 6 | 6 | |
Android.bp | D | 03-May-2024 | 2 KiB | 63 | 59 | |
Cargo.toml | D | 03-May-2024 | 1.1 KiB | 45 | 39 | |
Cargo.toml.orig | D | 03-May-2024 | 715 | 32 | 26 | |
LICENSE | D | 03-May-2024 | 10.6 KiB | 203 | 170 | |
LICENSE-APACHE | D | 03-May-2024 | 10.6 KiB | 203 | 170 | |
LICENSE-MIT | D | 03-May-2024 | 1.1 KiB | 27 | 23 | |
METADATA | D | 03-May-2024 | 658 | 24 | 22 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 10.6 KiB | 203 | 170 | |
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 580 | 24 | 15 | |
TEST_MAPPING | D | 03-May-2024 | 996 | 48 | 47 | |
build.rs | D | 03-May-2024 | 1.4 KiB | 42 | 20 | |
cargo2android.json | D | 03-May-2024 | 243 | 14 | 13 | |
no_atomic_cas.rs | D | 03-May-2024 | 466 | 18 | 14 |
README.md
1# futures-core 2 3The core traits and types in for the `futures` library. 4 5## Usage 6 7Add this to your `Cargo.toml`: 8 9```toml 10[dependencies] 11futures-core = "0.3" 12``` 13 14The current `futures-core` requires Rust 1.36 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