readwrite 0.1.2

Combine Read and Write into a single Read+Write object
Documentation
[package]
name = "readwrite"
version = "0.1.2"
authors = ["Vitaly \"_Vi\" Shukela <vi0oss@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/vi/readwrite"
description = "Combine Read and Write into a single Read+Write object"
readme = "README.md"
categories = []
keywords = ["read","write","combine","socket"]

[dependencies]
tokio-io = {version = "0.1", optional = true }
futures = {version = "0.1", optional = true }

[features]
tokio = ["tokio-io","futures"]

[package.metadata.docs.rs]
features = [ "tokio" ]