emchristiansen / strict-num

A collection of bounded numeric types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strict-num

Build Status Crates.io Documentation Rust 1.35+

A collection of bounded numeric types.

Includes:

  • FiniteF32
  • FiniteF64
  • NonZeroPositiveF32
  • NonZeroPositiveF64
  • PositiveF32
  • PositiveF64
  • NormalizedF32
  • NormalizedF64

Unlike f32/f64, all float types implement Ord, PartialOrd and Hash, since it's guaranteed that they all are finite.

License

MIT

About

A collection of bounded numeric types.

License:MIT License


Languages

Language:Rust 100.0%