bounds 0.4.0

A library to interact with bounded and unbounded ranges
Documentation

Bounds

Build Status crates.io

documentation

A library to interact with bounded and unbounded ranges

Example

use bounds::*;

assert!(Bounds::from(2..4).intersects(&Bounds::from(1..3)));