Re-exports§
pub use executor::*;stdpub use executor_error::*;stdpub use input::*;pub use output::*;pub use pipeline::*;pub use programs::*;std
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.