Releases: nogginly/enum_state_machine.cr
Releases · nogginly/enum_state_machine.cr
Fix event guard result type
Bug fix and more tests
0.2.0 Fix bug revealed by additional tests
Ready to use
enum_state_machine
is a type-safe finite state machine for Crystal where the states are defined using enum's. I created it because I wanted the minimal FSM data type that was function and easy to use.