Rust State Machine
A (Finite) State Machine library in the works
This Rust Library aims to provide a developer-friendly, Business-Oriented, (Finite) State Machine.
Features
- Define State Machines, even easier with the library's DSL
- Apply events on states to know the output
More features (hopefully) coming Soon™
Example
Quickly define your State Machine using the integrated DSL define!() macro: