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.