Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
patches/ | 25-Apr-2025 | - | 230 | 229 | ||
src/ | 25-Apr-2025 | - | 629 | 481 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 492 | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1.3 KiB | 55 | 50 | |
Cargo.toml | D | 25-Apr-2025 | 932 | 30 | 27 | |
LICENSE | D | 25-Apr-2025 | 12.1 KiB | 224 | 186 | |
LICENSE-APACHE | D | 25-Apr-2025 | 11.1 KiB | 203 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1 KiB | 20 | 16 | |
METADATA | D | 25-Apr-2025 | 423 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 757 | 23 | 14 | |
TEST_MAPPING | D | 25-Apr-2025 | 84 | 8 | 7 | |
cargo_embargo.json | D | 25-Apr-2025 | 69 | 6 | 5 |
README.md
1# tokio-io-timeout 2[](https://circleci.com/gh/sfackler/tokio-io-timeout) 3 4[Documentation](https://docs.rs/tokio-io-timeout) 5 6Tokio wrappers which apply timeouts to IO operations. 7 8## License 9 10Licensed under either of 11 12 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) 13 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) 14 15at your option. 16 17### Contribution 18 19Unless you explicitly state otherwise, any contribution intentionally 20submitted for inclusion in the work by you, as defined in the Apache-2.0 21license, shall be dual licensed as above, without any additional terms or 22conditions. 23