Skip to content

v0.5.0

Compare
Choose a tag to compare
@eugene-babichenko eugene-babichenko released this 23 Feb 19:06
· 42 commits to master since this release
35562df

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 of std::error::Error.
    Users should disable the new std feature to use this library in a no_std
    environment.