6 releases
0.6.5 | Feb 15, 2023 |
---|---|
0.6.4 | Feb 13, 2023 |
0.6.0 | Nov 10, 2022 |
#2279 in Algorithms
27 downloads per month
35KB
786 lines
Oblivious state machine
This crate provides an abstraction level allowing to conveniently describe state machines by describing their states and not the transitions between the states. A comprehensive overview and elaborated example can be found in this article.
lib.rs
:
This crate provides an abstraction level allowing to conveniently describe state machines by describing their states and not the transitions between the states. A comprehensive overview and elaborated example can be found in this article.
Dependencies
~2.4–9MB
~72K SLoC