acts 0.17.2

a fast, lightweight, extensiable workflow engine
Documentation
1
2
3
4
5
6
7
8
9
10
mod build;
mod node;
mod node_tree;
mod task_tree;
mod visit;

pub use build::dyn_build_act;
pub use node::{Node, NodeContent, NodeData, NodeKind, NodeOutputKind};
pub use node_tree::NodeTree;
pub use task_tree::TaskTree;