notzero 1.1.0

macro for constructing `std::num::NonZero*` from constants
Documentation
1
2
3
fn main() {
    let _ = notzero::nz!(0u16);
}