Crates.io | oblivious_state_machine |
lib.rs | oblivious_state_machine |
version | 0.6.5 |
source | src |
created_at | 2022-11-10 12:41:02.129929 |
updated_at | 2023-02-15 07:28:15.969528 |
description | This crate defines an abstraction level to conveniently describe state machines. |
homepage | https://github.com/vnermolaev/oblivious-state-machine |
repository | |
max_upload_size | |
id | 711316 |
size | 35,277 |
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.