async-stdio 0.3.0-alpha.3

Adapter for using async read/write streams in std::io contexts
Documentation
[package]
name = "async-stdio"
version = "0.3.0-alpha.3"
authors = ["Josh Robson Chase <josh@robsonchase.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Adapter for using async read/write streams in std::io contexts"
documentation = "https://docs.rs/async-stdio"
homepage = "https://gitlab.com/jrobsonchase/async-stdio"
repository = "https://gitlab.com/jrobsonchase/async-stdio"
readme = "README.md"

[dependencies]
futures-preview = "0.3.0-alpha.16"
thread_local = "0.3.6"