Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 303 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 303 Bytes

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.