os_pipe 0.6.2

a cross-platform library for opening OS pipes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "os_pipe"
version = "0.6.2"
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"] }