Decision Workspace
nested_intervals vs rust_intervals vs multi_ranged
Side-by-side comparison of Rust crates
40
nested_intervals
growingv0.6.0
nested & overlapping interval set functions, overlap, union, etc
51
rust_intervals
growingv1.0.0
Intervals arithmetic with any combination of open, closed or infinite bounds, along with operations like intersection, convex hull, union, difference,...
49
multi_ranged
experimentalv0.1.1
Efficient data structures for representing and manipulating ranges of discrete values
Core Metrics
| nested_intervals | rust_intervals | multi_ranged | |
|---|---|---|---|
| Health Score | 40 | 51 | 49 |
| Total Downloads | 27.2K | 6.8K | 4.1K |
| 30d Downloads | 84 | 212 | 2.3K |
| Dependents | 8 | 17 | 1 |
| Releases | 18 | 7 | 2 |
| Last Updated | 704d ago | 391d ago | 82d ago |
| Age | 6y 11m | 1y 5m | 4m |
Health Breakdown
nested_intervals
Maintenance
4
Quality
15
Community
7
Popularity
5
Documentation
9
rust_intervals
Maintenance
7
Quality
21
Community
6
Popularity
5
Documentation
12
multi_ranged
Maintenance
12
Quality
16
Community
7
Popularity
4
Documentation
10
Technical Details
| nested_intervals | rust_intervals | multi_ranged | |
|---|---|---|---|
| Version | 0.6.0 | 1.0.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 6 | 3 |
| Crate Size | 16KB | 33KB | 14KB |
| Features | 0 | 5 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rust_intervals leads with a health score of 51/100, but none of the options score above 80.
- •nested_intervals has the most downloads (27.2K), suggesting wider adoption.
- •⚠ nested_intervals, rust_intervals have not been updated in over a year.
- •nested_intervals, multi_ranged are pre-1.0 — API may change.