Finite state machines in rust; bendns fork to add types.
add diagram example
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | doc-diagram-example.png | bin | 0 -> 159224 bytes |
2 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 diff --git a/doc-diagram-example.png b/doc-diagram-example.png Binary files differnew file mode 100644 index 0000000..77ddcc7 --- /dev/null +++ b/doc-diagram-example.png |