Cargo Features
[dependencies]
sigchld = { version = "0.2.4", default-features = false, features = ["os_pipe"] }
- default = os_pipe
-
The
os_pipefeature is set by default wheneversigchldis added withoutsomewhere in the dependency tree.default-features = false - os_pipe default
-
Replacement for std::io::pipe. Without this, the MSRV is 1.63, inherited from libc.
Enables os_pipe