Decision Workspace
more_ranges vs unbounded-interval-tree vs range_bound_cmp
Side-by-side comparison of Rust crates
50
more_ranges
growingv0.2.0
Range types not provided in the standard library.
50
unbounded-interval-tree
growingv1.1.2
An interval tree working with inclusive/exclusive bounds, as well as unbounded intervals. Provides helpers to fetch overlapping intervals, and difference of intervals.
38
range_bound_cmp
experimentalv0.1.0
Comparison operations between primitive `Bound` values
Core Metrics
| more_ranges | unbounded-interval-tree | range_bound_cmp | |
|---|---|---|---|
| Health Score | 50 | 50 | 38 |
| Total Downloads | 4.1K | 96.7K | 486 |
| 30d Downloads | 34 | 11.3K | 3 |
| Dependents | 11 | 30 | 0 |
| Releases | 2 | 9 | 1 |
| Last Updated | 160d ago | 1253d ago | 261d ago |
| Age | 5y 1m | 6y 4m | 8m |
Health Breakdown
more_ranges
Maintenance
8
Quality
17
Community
9
Popularity
4
Documentation
12
unbounded-interval-tree
Maintenance
4
Quality
20
Community
10
Popularity
6
Documentation
10
range_bound_cmp
Maintenance
4
Quality
15
Community
6
Popularity
3
Documentation
10
Technical Details
| more_ranges | unbounded-interval-tree | range_bound_cmp | |
|---|---|---|---|
| Version | 0.2.0 | 1.1.2 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 4 | 0 |
| Crate Size | 18KB | 14KB | 4KB |
| Features | 2 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.83.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •more_ranges leads with a health score of 50/100, but none of the options score above 80.
- •unbounded-interval-tree has the most downloads (96.7K), suggesting wider adoption.
- •⚠ unbounded-interval-tree has not been updated in over a year.
- •more_ranges, range_bound_cmp are pre-1.0 — API may change.