one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
5
error: Expected a boolean expression, found a struct literal
 --> tests/fail/expr/struct.rs:5:25
  |
5 |     one_assert::assert!(S { b: true });
  |                         ^^^^^^^^^^^^^