acts-next 0.14.2

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

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