Utilities for working with non-zero integers.
Currently this implements a shorthand macro for creating non-zero integers from literals at compile time:
use NonZero;
use nz;
foo;
See also
More details in the package documentation.
This is part of the Folo project that provides mechanisms for high-performance hardware-aware programming in Rust.