mahler-core 0.25.9

An automated job orchestration library that builds and executes dynamic workflows
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod dag;
pub mod error;
pub mod json;
pub mod result;
pub mod runtime;
pub mod serde;
pub mod state;
pub mod sync;