https://github.com/nobrayner/rust-charts
My way of learning Rust, and trying to implement an xstate-like statechart library
https://github.com/nobrayner/rust-charts
Last synced: 4 months ago
JSON representation
My way of learning Rust, and trying to implement an xstate-like statechart library
- Host: GitHub
- URL: https://github.com/nobrayner/rust-charts
- Owner: nobrayner
- Created: 2021-06-11T05:51:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T08:50:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T23:24:05.682Z (9 months ago)
- Language: Rust
- Size: 116 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - rust-charts - like statechart library | nobrayner | 3 | (Rust)
README
# rust-charts
My way of learning Rust, and trying to implement an xstate-like statechart library
# Thanks to:
@underscorefunk - for ideas and soundboarding
@andarist - for help with SCXML and xstate inner-workings