Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -205,6 +205,8 @@ To see this in action, download the repository and run: cargo doc -p doc-example --open ``` + + ### Without DSL The `state_machine` macro has limited capabilities (for example, a state |