operon 0.7.0

A workflow engine for parallel, incremental scheduling of DAG-defined multiplex tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod storage;
pub use storage::OperonStorage;

pub(crate) mod mem;
pub(crate) mod psql;

mod options;
#[allow(deprecated)]
pub use options::StorageOptions;

mod error;
pub use error::{DimState, StorageError, StorageResult};