Expand description
Re-exports§
pub use executor::*;pub use executor_error::*;pub use input::*;pub use output::*;pub use pipeline::*;pub use programs::*;
Modules§
Structs§
- Command
- This structure mimics the API of
std::process::Commandfound in the standard library, but replaces functions that create a process with an asynchronous variant. The main provided asynchronous functions are spawn, status, and output.
Enums§
- Sysexits
Error - Standard
<sysexits.h>preferable exit codes for programs on Unix systems.
Traits§
- Execute
- Asynchronous execution with error handling.