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.
quantheory/int_range_check
Rust crate providing a basic check for whether integer ranges are exhaustive and/or overlapping.
RustApache-2.0