diff options
Diffstat (limited to 'third_party/rust/tokio-timer/README.md')
-rw-r--r-- | third_party/rust/tokio-timer/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/rust/tokio-timer/README.md b/third_party/rust/tokio-timer/README.md new file mode 100644 index 0000000000..b4908eedd9 --- /dev/null +++ b/third_party/rust/tokio-timer/README.md @@ -0,0 +1,19 @@ +# tokio-timer + +Timer facilities for Tokio + +[Documentation](https://docs.rs/tokio-timer/0.2.11/tokio_timer/) + +## Overview + +This crate provides timer facilities for usage with Tokio. + +## License + +This project is licensed under the [MIT license](LICENSE). + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in Tokio by you, shall be licensed as MIT, without any additional +terms or conditions. |