Initial commit

This commit is contained in:
Christopher Vagnetoft
2026-01-07 01:24:40 +01:00
commit 3d276060ec
14 changed files with 2258 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# A minimal state machine
This is a minimal state machine built around enums. The idea is to annotate the different
enum values with the valid transitions for each of the values, and then make use of the
included traits to handle the logic.