Happy to announce a new crate: state_machine_future
!
See the docs for motivation, guide, and examples!
Easily create type-safe
Future
s from state machines — without the boilerplate.
state_machine_future
type checks state machines and their state transitions, and then generatesFuture
implementations and typestate0 boilerplate for you.