Skip to main content

Crate asimov_runner

Crate asimov_runner 

Source

Re-exports§

pub use executor::*;std
pub use executor_error::*;std
pub use input::*;
pub use output::*;
pub use pipeline::*;
pub use programs::*;std

Modules§

executorstd
executor_errorstd
input
output
pipeline
programsstd
ASIMOV program patterns

Structs§

Command
This structure mimics the API of std::process::Command found 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§

SysexitsError
Standard <sysexits.h> preferable exit codes for programs on Unix systems.

Traits§

Execute
Asynchronous execution with error handling.