yao 0.1.4

a fast, tiny, extensiable workflow engine
Documentation
#[macro_use]
mod macros;

mod act;
mod branch;
mod job;
mod matcher;
mod proc;
mod step;
mod task;
mod tree;
mod workflow;

pub use matcher::Matcher;
pub use proc::Proc;
pub use task::Task;

#[cfg(test)]
pub use tree::{from as tree_from_workflow, Node, Tree};