Decision Workspace
extent vs span-map vs interavl
Side-by-side comparison of Rust crates
38
extent
growingv0.5.0
replacement for std::ops::{Range,RangeInclusive}
46
span-map
growingv0.2.0
A data structure for efficiently managing sets of values over spans/ranges
58
interavl
growingv0.5.0
An optimised interval tree for efficient interval stabbing
Core Metrics
| extent | span-map | interavl | |
|---|---|---|---|
| Health Score | 38 | 46 | 58 |
| Total Downloads | 7.1K | 43.3K | 49.3K |
| 30d Downloads | 23 | 2.4K | 5.0K |
| Dependents | 0 | 0 | 12 |
| Releases | 5 | 2 | 5 |
| Last Updated | 1196d ago | 477d ago | 65d ago |
| Age | 4y 2m | 1y 3m | 1y 8m |
Health Breakdown
extent
Maintenance
5
Quality
15
Community
3
Popularity
5
Documentation
10
span-map
Maintenance
6
Quality
15
Community
6
Popularity
6
Documentation
13
interavl
Maintenance
15
Quality
15
Community
9
Popularity
6
Documentation
13
Technical Details
| extent | span-map | interavl | |
|---|---|---|---|
| Version | 0.5.0 | 0.2.0 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 1 | 1 | 3 |
| Crate Size | 5KB | 21KB | 32KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •interavl leads with a health score of 58/100, but none of the options score above 80.
- •⚠ extent, span-map have not been updated in over a year.