Skip to content

Commit

Permalink
Merge branch 'root' of github.com:Hoverbear/hoverbear.org into root
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Feb 12, 2024
2 parents 9203064 + 0312331 commit b02e39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Now that we know what a state machine is, how do we represent them in Rust? Firs
Ideally, we'd like to see the following characteristics:

* Can only be in one state at a time.
* Each state should able have its own associated values if required.
* Each state should have its own associated values if required.
* Transitioning between states should have well defined semantics.
* It should be possible to have some level of shared state.
* Only explicitly defined transitions should be permitted.
Expand Down

0 comments on commit b02e39c

Please sign in to comment.