os_pipe 0.9.2

a cross-platform library for opening OS pipes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Jack O'Connor"]
description = "a cross-platform library for opening OS pipes"
documentation = "https://docs.rs/os_pipe"
edition = "2018"
license = "MIT"
name = "os_pipe"
readme = "README.md"
repository = "https://github.com/oconnor663/os_pipe.rs"
version = "0.9.2"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "namedpipeapi", "processthreadsapi", "winnt"]
version = "0.3.5"