documentation
A library to interact with bounded and unbounded ranges
```rust use bounds::*;
assert!(Bounds::from(2..4).intersects(&Bounds::from(1..3))); ```