Decision Workspace
int-interval vs nonoverlapping_interval_tree vs int-interval-set
Side-by-side comparison of Rust crates
43
int-interval
experimentalv0.9.1
A small, no_std half-open interval algebra library for primitive integer types.
52
nonoverlapping_interval_tree
growingv0.1.6
Map data structure keyed on (non-overlapping) ranges that allows lookup of a point within a range. Can be no_std (with use of alloc crate).
46
int-interval-set
experimentalv0.3.1
Integer half-open interval set structures built on top of int-interval.
Core Metrics
| int-interval | nonoverlapping_interval_tree | int-interval-set | |
|---|---|---|---|
| Health Score | 43 | 52 | 46 |
| Total Downloads | 478 | 20.7K | 147 |
| 30d Downloads | 0 | 1.1K | 0 |
| Dependents | 4 | 21 | 0 |
| Releases | 16 | 7 | 4 |
| Last Updated | today | 287d ago | 1d ago |
| Age | 2m | 4y 4m | 2m |
Health Breakdown
int-interval
Maintenance
13
Quality
9
Community
8
Popularity
3
Documentation
10
nonoverlapping_interval_tree
Maintenance
6
Quality
18
Community
10
Popularity
5
Documentation
13
int-interval-set
Maintenance
13
Quality
14
Community
6
Popularity
3
Documentation
10
Technical Details
| int-interval | nonoverlapping_interval_tree | int-interval-set | |
|---|---|---|---|
| Version | 0.9.1 | 0.1.6 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 3 |
| Crate Size | 131KB | 6KB | 33KB |
| Features | 0 | 2 | 0 |
| Yanked % | 18.8% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nonoverlapping_interval_tree leads with a health score of 52/100, but none of the options score above 80.