#state-machine #abstraction #definition #boilerplate #minimize

simple_state_machine

A simple definition of a state machine

1 unstable release

0.1.0 Jan 31, 2024

#1499 in Algorithms

41 downloads per month

GPL-3.0 license

15KB

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.

No runtime deps