flowstate 0.4.0

Workflow runtime powered by finite state machines.
Documentation
1
2
3
pub trait State {
    fn name(&self) -> String;
}