ranged_type 0.1.0

An crate providing ranged numeric types.
Documentation
#![allow(clippy::unwrap_used, clippy::wildcard_imports, non_snake_case)]
use super::*;
use assert2::assert;

mod add;
mod new;
mod overflowing;
mod sub;