runnel 0.3.3

the pluggable io stream. now support: stdio, string io, in memory pipe
Documentation
[[bench]]
harness = false
name = "bench-pipeio"
[build-dependencies.rustc_version]
version = "=0.2.3"

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[features]
default = []
dox = []

[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
build = "build.rs"
categories = ["concurrency", "development-tools::testing", "text-processing"]
description = "the pluggable io stream. now support: stdio, string io, in memory pipe"
edition = "2018"
keywords = ["pipe", "fifo", "filter", "threads"]
license = "MIT OR Apache-2.0"
name = "runnel"
readme = "README.md"
repository = "https://github.com/aki-akaguma/runnel"
version = "0.3.3"
[package.metadata.docs.rs]
features = ["dox"]