async-stdio 0.3.0-alpha.4

Adapter for using async read/write streams in std::io contexts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.futures-preview]
version = "0.3.0-alpha.19"

[dependencies.thread_local]
version = "1.0.0"

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