This crate contains the SignRel trait which maps relationships between integers that differ only by signedness. For example: u16::Signed == i16.
SignRel
u16::Signed == i16
Run this command:
$ cargo add signrel