tokio01-test 0.1.1

Testing utilities for Tokio and futures-based code
Documentation

tokio01-test

Tokio and Futures based testing utilities

Documenation

Usage

First, add this to your Cargo.toml:

[dev-dependencies]
tokio01-test = "0.1.0"

Next, add this to your crate:

#[macro_use]
extern crate tokio01_test;

License

This project is licensed under the MIT 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.