operon 0.7.0

A workflow engine for parallel, incremental scheduling of DAG-defined multiplex tasks.
Documentation
mod ui_loop;
pub(crate) use ui_loop::UiLoop;

mod options;
pub use options::UiMode;
pub(crate) use options::UiOptions;

#[cfg(unix)]
mod output_capture;
#[cfg(unix)]
use output_capture::*;

mod error;
pub use error::UiError;

mod command;
mod command_prompt;
mod log_buffer;
mod log_view;