flowstate 0.2.0

Workflow runtime powered by finite state machines.
Documentation
1
2
3
4
5
6
mod types;
mod workflow;

pub use flowstate_proc::*;
pub use types::*;
pub use workflow::*;