korken89 / smlang-rs

A State Machine Language DSL procedual macro for Rust
Apache License 2.0
203 stars 28 forks source link

Removing redundant log_state_change function #84

Closed ryan-summers closed 3 months ago

ryan-summers commented 4 months ago

Removes the log_state_change() function, as this is now covered by transition_callback.

Once this lands, we can probably generate a new release.