Releases: eugene-babichenko/rust-fsm
Releases · eugene-babichenko/rust-fsm
v0.7.0
v0.6.0
Changed
- Updated to
1.x
versions ofsyn
andquote
.
v0.5.0
Added
- The re-export of the DSL implementation is gated by the
dsl
feature which is
enabled by default.
Changed
- State transition error is now represented with
TransitionImpossibleError
instead of()
. - The library is not
no_std
by default due to the use ofstd::error::Error
.
Users should disable the newstd
feature to use this library in ano_std
environment.