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
mod helper;
pub(crate) use helper::*;

mod dop;
pub use dop::{get_dop_coords, get_dop_tags};

mod sql;
pub use sql::SchemaPrefix;
pub(crate) use sql::*;