konst 0.2.13

Const equivalents of std functions, compile-time comparison, and parsing
Documentation
1
2
3
4
5
6
//! `const fn` equivalents of range methods.

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