os_pipe 0.8.0

a cross-platform library for opening OS pipes
Documentation
[package]
name = "os_pipe"
version = "0.8.0"
authors = ["Jack O'Connor"]
description = "a cross-platform library for opening OS pipes"
repository = "https://github.com/oconnor663/os_pipe.rs"
documentation = "https://docs.rs/os_pipe"
license = "MIT"

[target.'cfg(not(windows))'.dependencies]
nix = "0.11.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.5", features = ["handleapi", "namedpipeapi", "processenv", "winbase"] }