This crate provides the UnsignedAbs
trait, as well as implementations of it
for the built-in integer types. This trait infallibily calculates the absolute
value of an integer returned as the corresponding unsigned integer.
Run this command:
$ cargo add uabs