Properly structure the directories

This commit is contained in:
lol3rrr
2026-04-27 23:21:51 +02:00
parent 8fafa39c88
commit 3e0317723c
44 changed files with 43 additions and 43 deletions

View File

@@ -0,0 +1,3 @@
# Rust crate for state machines
I would like to have a rust crate to dynamically or statically create state machines in rust without any macros.
The state machines should allow for synchronous and asynchronous transitions and ideally be serializable as well.