flowstate 0.7.2

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