Show HN: a Rust library for creating hierarchical state machines (docs.rs)

38 points by acid_burn ↗ HN
I've come to prefer modeling state machines with nested states, but implementing them by hand requires a large amount of error-prone boilerplate that obscures the important logic of the state machine.

I found that the existing offerings in the Rust ecosystem - while inspiring - lacked a number of features that I was looking for, so I spent the last few months building moku.

Feedback is welcome!

0 comments

[ 2.7 ms ] story [ 7.8 ms ] thread

No comments yet.