Give every project into own file
This commit is contained in:
3
projects/state-machine-crate.md
Normal file
3
projects/state-machine-crate.md
Normal 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.
|
||||
Reference in New Issue
Block a user