Skip to main content

Crate asimov_runner

Crate asimov_runner 

Source
Expand description

Re-exports§

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

Modules§

executor
executor_error
input
output
pipeline
programs
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.