| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/ | 03-May-2024 | - | 1,048 | 641 | ||
| tests/ | 03-May-2024 | - | 223 | 182 | ||
| .cargo_vcs_info.json | D | 03-May-2024 | 74 | 6 | 5 | |
| Android.bp | D | 03-May-2024 | 4.2 KiB | 163 | 148 | |
| CHANGELOG.md | D | 03-May-2024 | 389 | 22 | 11 | |
| Cargo.toml | D | 03-May-2024 | 1.3 KiB | 47 | 40 | |
| Cargo.toml.orig | D | 03-May-2024 | 942 | 35 | 30 | |
| LICENSE | D | 03-May-2024 | 1 KiB | 26 | 22 | |
| METADATA | D | 03-May-2024 | 398 | 20 | 19 | |
| MODULE_LICENSE_MIT | D | 03-May-2024 | 0 | |||
| OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
| README.md | D | 03-May-2024 | 328 | 14 | 8 | |
| TEST_MAPPING | D | 03-May-2024 | 2.4 KiB | 114 | 113 |
README.md
1# tokio-test 2 3Tokio and Futures based testing utilities 4 5## License 6 7This project is licensed under the [MIT license](LICENSE). 8 9### Contribution 10 11Unless you explicitly state otherwise, any contribution intentionally submitted 12for inclusion in Tokio by you, shall be licensed as MIT, without any additional 13terms or conditions. 14