simple_state_machine 0.1.0

A simple definition of a state machine
Documentation
  • Coverage
  • 71.43%
    10 out of 14 items documented1 out of 8 items with examples
  • Size
  • Source code size: 39.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Yooser0

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.