signrel 1.0.0

Trait expressing relationship between integers of different signedness
Documentation

Build Status Rust Version 1.4+ Crate Docs

This crate contains the SignRel trait which maps relationships between integers that differ only by signedness. For example: u16::Signed == i16.

Install

Run this command:

$ cargo add signrel