one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
fn main() {
    one_assert::assert!(false..);
    one_assert::assert!(..=5);
}