Finite state machines in rust; bendns fork to add types.
-rw-r--r--README.md2
-rw-r--r--doc-diagram-example.pngbin0 -> 159224 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4a728b..f826dc6 100644
--- a/README.md
+++ b/README.md
@@ -205,6 +205,8 @@ To see this in action, download the repository and run:
cargo doc -p doc-example --open
```
+![image](doc-diagram-example.png)
+
### 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
new file mode 100644
index 0000000..77ddcc7
--- /dev/null
+++ b/doc-diagram-example.png
Binary files differ