Decision Workspace
nested_containment_list vs numerated vs index_list
Side-by-side comparison of Rust crates
42
nested_containment_list
growingv0.3.1
A data structure for efficiently storing and querying nested intervals.
71
numerated
stablev1.10.0
A library for working with intervals and sets of numerated values
66
index_list
growingv0.3.3
A doubly linked list implemented in safe Rust using vector indexes
Core Metrics
| nested_containment_list | numerated | index_list | |
|---|---|---|---|
| Health Score | 42 | 71 | 66 |
| Total Downloads | 32.4K | 73.0K | 3.0M |
| 30d Downloads | 93 | 2.7K | 64.4K |
| Dependents | 19 | 72 | 443 |
| Releases | 6 | 20 | 20 |
| Last Updated | 1462d ago | 115d ago | 17d ago |
| Age | 5y 2m | 2y 3m | 4y 11m |
Health Breakdown
nested_containment_list
Maintenance
4
Quality
14
Community
10
Popularity
5
Documentation
9
numerated
Maintenance
14
Quality
20
Community
16
Popularity
6
Documentation
15
index_list
Maintenance
17
Quality
15
Community
13
Popularity
8
Documentation
13
Technical Details
| nested_containment_list | numerated | index_list | |
|---|---|---|---|
| Version | 0.3.1 | 1.10.0 | 0.3.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | GPL-3.0 | MPL-2.0 |
| Dependencies | 4 | 7 | 7 |
| Crate Size | 23KB | 21KB | 37KB |
| Features | 0 | 1 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.88 | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •numerated leads with a health score of 71/100, but none of the options score above 80.
- •index_list has the most downloads (3.0M), suggesting wider adoption.
- •index_list is depended on by 443 crates — strongest ecosystem trust.
- •⚠ nested_containment_list has not been updated in over a year.
- •nested_containment_list, index_list are pre-1.0 — API may change.