Improved State Machine Representation using Hashmaps

This commit is contained in:
AlexanderHD27
2025-06-09 19:57:31 +02:00
parent aa56c87b49
commit 65c6b69b50
10 changed files with 409 additions and 973 deletions

View File

@@ -11,3 +11,10 @@ thiserror = "1"
rand = "0.8"
graphviz-rust = "0.9.4"
itertools = "0.14.0"
[dependencies.uuid]
version = "1.17.0"
# Lets you generate random UUIDs
features = [
"v4",
]