assert2 0.4.0

assert!(...) and check!(...) macros inspired by Catch2, now with diffs!
Documentation
1
2
3
4
5
6
7
8
9
Assertion failed at main.rs:8:2
  assert!( (1 + 2) + (1 + 2) * (2 + 3) == (2 + 3) )
with expansion:
  18 == 5


thread 'main' panicked at main.rs:8:5
assertion failed
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace