Rust library providing division and modulus variants:
- Floored division and remainder.
- Ceiled division and remainder.
- Euclidean division and remainder.
For every definition, we provide a Div
, a Rem
and a DivRem
trait.
A DivRem
variant of std
’s truncated division is also provided for convenience.
This crate is no_std
.