non-zero 0.2.0

A macro for creating constant non-zero integers (with type inference).
Documentation
1
2
3
4
5
use non_zero::non_zero;

fn main() {
    non_zero!(0);
}