exint 0.1.4

An implementation of generic signed and unsigned integers.
Documentation
1
2
3
4
5
mod cast;
mod conv;

pub(crate) use self::cast::Cast;
pub(crate) use self::conv::TryFrom;