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

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

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

Last synced: about 1 year 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.