nonzero_ext 0.2.0

Extensions and additional traits for non-zero integer types
Documentation
1
2
3
4
5
6
#[test]
fn compile_test() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile-fail/*.rs");
    t.pass("tests/run-pass/*.rs");
}