v0.5.0
eugene-babichenko
released this
23 Feb 19:06
·
42 commits
to master
since this release
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.