futures-io-preview 0.2.2

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Documentation
[dependencies.futures-core-preview]
default-features = false
version = "0.2.2"

[dependencies.iovec]
optional = true
version = "0.1"

[features]
default = ["std"]
std = ["futures-core-preview/std", "iovec"]

[lib]
name = "futures_io"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = """
The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
"""
documentation = "https://docs.rs/futures-io"
homepage = "https://github.com/rust-lang-nursery/futures-rs"
license = "MIT/Apache-2.0"
name = "futures-io-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.2.2"