Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 1,800 | 919 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 2.1 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1.7 KiB | 74 | 69 | |
Cargo.toml | D | 25-Apr-2025 | 1.9 KiB | 91 | 75 | |
LICENSE | D | 25-Apr-2025 | 10.6 KiB | 203 | 170 | |
LICENSE-APACHE | D | 25-Apr-2025 | 10.6 KiB | 203 | 170 | |
LICENSE-MIT | D | 25-Apr-2025 | 1.1 KiB | 27 | 23 | |
METADATA | D | 25-Apr-2025 | 362 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 586 | 24 | 15 | |
TEST_MAPPING | D | 25-Apr-2025 | 263 | 18 | 17 | |
cargo_embargo.json | D | 25-Apr-2025 | 42 | 5 | 4 |
README.md
1# futures-test 2 3Common utilities for testing components built off futures-rs. 4 5## Usage 6 7Add this to your `Cargo.toml`: 8 9```toml 10[dependencies] 11futures-test = "0.3" 12``` 13 14The current `futures-test` requires Rust 1.56 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