mio-pipe 0.1.1

Crate for using Unix pipes with Mio.
Documentation
[badges.travis-ci]
branch = "master"
repository = "Thomasdezeeuw/mio-pipe"
[dependencies.libc]
version = "0.2.62"

[dependencies.mio]
features = ["os-util"]
version = "0.7.0"
[dev-dependencies.mio]
features = ["os-poll"]
version = "0.7.0"

[package]
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
description = "Crate for using Unix pipes with Mio."
documentation = "https://docs.rs/mio-pipe"
edition = "2018"
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE"]
keywords = ["pipe", "mio"]
license = "MIT"
name = "mio-pipe"
readme = "README.md"
repository = "https://github.com/Thomasdezeeuw/mio-pipe"
version = "0.1.1"