tokio-async-io 0.1.0

Port of the `smol::Async` to tokio 0.2
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.mio]
version = "0.6"

[dependencies.tokio]
features = ["io-driver"]
version = "0.2"
[dev-dependencies.tokio]
features = ["io-driver", "macros", "rt-core", "rt-util"]
version = "0.2"

[package]
authors = ["yihuang <yi.codeplayer@gmail.com>"]
categories = ["asynchronous", "concurrency", "network-programming"]
description = "Port of the `smol::Async` to tokio 0.2"
documentation = "https://docs.rs/tokio-async-io"
edition = "2018"
homepage = "https://github.com/yihuang/tokio-async-io"
keywords = ["async", "await", "future", "io", "networking"]
license = "Apache-2.0"
name = "tokio-async-io"
readme = "README.md"
repository = "https://github.com/yihuang/tokio-async-io.git"
version = "0.1.0"