Skip to content

tuirealm 2.2.0

Compare
Choose a tag to compare
@veeso veeso released this 15 May 14:16
· 14 commits to main since this release
b535361

2.2.0

Released on 15/05/2025

  • Added new SubEventClause::Discriminant, which works as SubEventClause::User, but only checks the discriminant of the enum, instead of the whole enum. (e.g. Foo::Bar(2) has the same discriminant as Foo::Bar(20), while when using SubEventClause::User, it would be different)
  • Rust edition 2024