Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/fsm-rs

State Design Pattern Implementation in Rust
https://github.com/crazyoptimist/fsm-rs

Last synced: 13 days ago
JSON representation

State Design Pattern Implementation in Rust

Awesome Lists containing this project

README

        

# FSM (Finite State Machine) in Rust

This is an implementation of _state pattern_ in the Chapter 17 of The Rust Book.