one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
5
error[E0308]: mismatched types
 --> tests/fail/expr/unsafe.rs:2:34
  |
2 |     one_assert::assert!(unsafe { 1 + 2 });
  |                                  ^^^^^ expected `bool`, found integer