Cargo Features

os_pipe has no features set by default.

[dependencies]
os_pipe = { version = "1.2.0", features = ["io_safety"] }
io_safety

Integration with IO safety types like OwnedFd is now always enabled, and this feature does nothing. When something like github.com/rust-lang/rfcs/pull/3486
lands, this feature will be deprecated.