• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-4,1442,180

tests/H03-May-2022-1,8491,278

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

CHANGELOG.mdH A D27-Nov-20191.8 KiB8150

Cargo.tomlH A D01-Jan-19701.2 KiB4235

Cargo.toml.orig-cargoH A D27-Nov-2019733 3430

LICENSEH A D27-Nov-20191 KiB2622

README.mdH A D27-Nov-2019453 2011

README.md

1# tokio-timer
2
3Timer facilities for Tokio
4
5[Documentation](https://docs.rs/tokio-timer/0.2.12/tokio_timer/)
6
7## Overview
8
9This crate provides timer facilities for usage with Tokio.
10
11## License
12
13This project is licensed under the [MIT license](LICENSE).
14
15### Contribution
16
17Unless you explicitly state otherwise, any contribution intentionally submitted
18for inclusion in Tokio by you, shall be licensed as MIT, without any additional
19terms or conditions.
20