Ecosyste.ms: Awesome
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: 13 days ago
JSON representation
State Design Pattern Implementation in Rust
- Host: GitHub
- URL: https://github.com/crazyoptimist/fsm-rs
- Owner: crazyoptimist
- Created: 2024-03-18T21:51:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T22:41:58.000Z (8 months ago)
- Last Synced: 2024-10-03T21:41:15.632Z (about 1 month ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.