turbofish-org / orga

State machine engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write derive macro for `State`

mappum opened this issue · comments

We can migrate from the #[state] attribute macro to #[derive(State)] (which is more vanilla and also gives fine-grained control for implementations which might not want to derive other traits like Query).