Crates.io | simple_state_machine |
lib.rs | simple_state_machine |
version | 0.1.0 |
source | src |
created_at | 2024-01-31 05:41:34.050033 |
updated_at | 2024-01-31 05:41:34.050033 |
description | A simple definition of a state machine |
homepage | |
repository | https://github.com/Yooser0/simple_state_machine/ |
max_upload_size | |
id | 1121325 |
size | 39,780 |
This library was designed to be used in all scenarios where a state machine is the preferred method of program organization. It can be used to minimize boilerplate code as you will not have to redefine any of these abstractions yourself, and the structure of the abstractions themselves are built with easy to understand execution flow.
This is the barebones implementation for now, but more complex additions such as features may be added in the future.