flowstate 0.5.0

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