This is a fork of the strict-num crate. The git repository is located at https://github.com/RazrFalcon/strict-num.
ai-strict-num
A collection of bounded numeric types.
Includes:
FiniteF32FiniteF64NonZeroPositiveF32NonZeroPositiveF64PositiveF32PositiveF64NormalizedF32NormalizedF64
Unlike f32/f64, all float types implement Ord, PartialOrd and Hash,
since it's guaranteed that they all are finite.
License
MIT