exint 0.1.4

An implementation of generic signed and unsigned integers.
Documentation
1
2
3
4
pub(crate) mod sint;
pub(crate) mod uint;
// Last so the `impl` block shows at the end of the documentation.
pub(crate) mod exts;