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

I think you're talking about what Pin does? But that's unrelated to these custom state machines.