simple_state_machine

Crates.iosimple_state_machine
lib.rssimple_state_machine
version0.1.0
sourcesrc
created_at2024-01-31 05:41:34.050033
updated_at2024-01-31 05:41:34.050033
descriptionA simple definition of a state machine
homepage
repositoryhttps://github.com/Yooser0/simple_state_machine/
max_upload_size
id1121325
size39,780
(Yooser0)

documentation

https://docs.rs/simple_state_machine

README

Simple State Machine

Why "Simple"?

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.

Future development

This is the barebones implementation for now, but more complex additions such as features may be added in the future.

Commit count: 0

cargo fmt