• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-629481

.android-checksum.jsonD04-Jul-2025936 11

.cargo-checksum.jsonD04-Jul-2025492 11

Android.bpD04-Jul-20251.3 KiB5550

Cargo.tomlD04-Jul-2025932 3027

LICENSED04-Jul-202511.1 KiB203169

LICENSE-APACHED04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025423 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025757 2314

TEST_MAPPINGD04-Jul-202584 87

cargo_embargo.jsonD04-Jul-202569 65

README.md

1# tokio-io-timeout
2[![CircleCI](https://circleci.com/gh/sfackler/tokio-io-timeout.svg?style=shield)](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