int-intervals 0.1.0

Closed-open integer interval algebra, canonical interval sets, and overlap-stack structures.
Documentation
mod i128;
mod i16;
mod i32;
mod i64;
mod i8;
mod isize;
mod res;
pub mod traits;
mod u128;
mod u16;
mod u32;
mod u64;
mod u8;
mod usize;

pub use i8::I8CO;
pub use i16::I16CO;
pub use i32::I32CO;
pub use i64::I64CO;
pub use i128::I128CO;
pub use isize::IsizeCO;
pub use res::{EmptyRangeError, OneTwo, ZeroOneTwo};
pub use u8::U8CO;
pub use u16::U16CO;
pub use u32::U32CO;
pub use u64::U64CO;
pub use u128::U128CO;
pub use usize::UsizeCO;