one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
fn main() {
    // the other match.rs file checks for types and stops checking, so this file is needed to check for later errors
    one_assert::assert!(match 0 {});
}