os_pipe 1.1.5

a cross-platform library for opening OS pipes
Documentation
[features]
io_safety = []

[package]
authors = ["Jack O'Connor"]
description = "a cross-platform library for opening OS pipes"
documentation = "https://docs.rs/os_pipe"
edition = "2018"
keywords = ["pipe", "pipe2", "createpipe", "dup"]
license = "MIT"
name = "os_pipe"
readme = "README.md"
repository = "https://github.com/oconnor663/os_pipe.rs"
version = "1.1.5"
[package.metadata.docs.rs]
features = ["io_safety"]
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Pipes", "Win32_Security", "Win32_System_Threading"]
version = "0.52.0"