birdcage 0.8.1

Cross-platform embeddable sandbox
Documentation
1
2
3
4
5
6
//! macOS process implementation.

// We just re-export STD, since we can spawn this command directly.
pub use std::process::{
    Child, ChildStderr, ChildStdin, ChildStdout, Command, ExitStatus, Output, Stdio,
};