Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessicarod7/aps490_retraction_fsm
https://github.com/jessicarod7/aps490_retraction_fsm
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessicarod7/aps490_retraction_fsm
- Owner: jessicarod7
- License: gpl-2.0
- Created: 2024-01-06T21:08:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T13:19:58.000Z (8 months ago)
- Last Synced: 2024-08-28T01:11:08.052Z (3 months ago)
- Language: Rust
- Size: 8.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Capstone FSM proototype
This is a logic prototype of an FSM being used in my capstone project. The code
doesn't actually run — the main focus was on verifying the design of the FSM,
and practicing some Rust along the way (especially the
[proc-macro](retract_fsm_transition/src/lib.rs) I put together).## License
If you really want it, the code is licensed under [GPL-2.0-only](LICENSE).