operon 0.7.0

A workflow engine for parallel, incremental scheduling of DAG-defined multiplex tasks.
Documentation
1
2
3
4
5
pub(crate) struct LoggerOptions {
    pub level: tracing::Level,
    pub buffer_size: usize,
    pub dump: Option<String>,
}