#state-machine #abstraction #transition #level #describe #conveniently #describing

oblivious_state_machine

This crate defines an abstraction level to conveniently describe state machines

6 releases

0.6.5 Feb 15, 2023
0.6.4 Feb 13, 2023
0.6.0 Nov 10, 2022

#1565 in Algorithms

Download history 52/week @ 2024-02-19 4/week @ 2024-02-26 5/week @ 2024-03-11 95/week @ 2024-04-01

100 downloads per month

MIT/Apache

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.5–4.5MB
~73K SLoC