Release 1.0.0
Features
-
initial version (0b89372)
The
fsm
module provides a template-based framework for implementing
finite state machines in C++. States, their transitions and event
handlers are statically typed for maximum compile-time enforcement
of the valid transitions.