# tokio01-test Tokio and Futures based testing utilities [Documenation](https://docs.rs/tokio01-test) ## Usage First, add this to your `Cargo.toml`: ```toml [dev-dependencies] tokio01-test = "0.1.0" ``` Next, add this to your crate: ```rust #[macro_use] extern crate tokio01_test; ``` ## 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.