Back to Rerun

re_int

crates/utils/re_int/README.md

0.36.0687 B
Original Source

re_int

Part of the rerun family of crates.

Small numeric helper traits shared across the Rerun crates.

  • SaturatingCast — cast between integer types, clamping to the target's range instead of wrapping (as) or panicking (TryFrom + unwrap).
  • UnsignedAbs — compute the absolute value of a signed integer without wrapping or panicking.