konst 0.3.9

Const equivalents of std functions, compile-time comparison, and parsing
Documentation
//! `const fn` equivalents of `NonZero*` methods.

/// `const fn`s for comparing `NonZero*` types for equality and ordering.
#[cfg(feature = "cmp")]
#[cfg_attr(feature = "docsrs", doc(cfg(feature = "cmp")))]
pub mod cmp;