Show HN: Unbug 0.5 – Rust runtime debug assertions
github.comI'm back again with many improvements to Unbug!
My previous post here led to the removal of reliance on nightly Rust, so I'm hoping you helpful folks pick apart my new features too!
This new version adds a macro that can insert assertions before failures with the try-operator (?).
I also added experimental support for triggering test failures when assertions are run in test mode.
I'll be giving a talk this evening about Unbug at the Bevy virtual meetup this evening at 19:00 CEST. You can see more details here:
https://rustunit.com/bevy-meetup/bevy-meetup-13/
No comments yet.