one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
5
6
fn main() {
    struct S {
        b: bool,
    }
    one_assert::assert!(S { b: true });
}