Y
Hacker News
new
|
ask
|
show
|
jobs
by
solmag
1654 days ago
I believe there is a library that can generate type-state machines for you in Rust, ie. you don't have to code it by hand.
1 comments
baby
1653 days ago
I think you're talking about what Pin does? But that's unrelated to these custom state machines.
link
solmag
1653 days ago
https://github.com/eugene-babichenko/rust-fsm
- I think I meant this.
link