/int_range_check

Rust crate providing a basic check for whether integer ranges are exhaustive and/or overlapping.

Primary LanguageRustApache License 2.0Apache-2.0

int_range_check

This crate provides a method for checking whether a set of integer ranges is exhaustive (over the whole range of the given integer type) and whether the ranges overlap.