Decision Workspace
extindex vs index_list vs index_queue
Side-by-side comparison of Rust crates
43
extindex
growingv0.8.0
Persisted immutable index
66
index_list
growingv0.3.3
A doubly linked list implemented in safe Rust using vector indexes
38
index_queue
growingv0.1.0
A queue for unique indices with constant-time query and removal
Core Metrics
| extindex | index_list | index_queue | |
|---|---|---|---|
| Health Score | 43 | 66 | 38 |
| Total Downloads | 59.1K | 3.0M | 3.3K |
| 30d Downloads | 189 | 64.4K | 21 |
| Dependents | 26 | 443 | 1 |
| Releases | 13 | 20 | 1 |
| Last Updated | 625d ago | 17d ago | 3286d ago |
| Age | 7y 3m | 4y 11m | 9y |
Health Breakdown
extindex
Maintenance
5
Quality
15
Community
7
Popularity
6
Documentation
10
index_list
Maintenance
17
Quality
15
Community
13
Popularity
8
Documentation
13
index_queue
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
11
Technical Details
| extindex | index_list | index_queue | |
|---|---|---|---|
| Version | 0.8.0 | 0.3.3 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MPL-2.0 | MIT/Apache-2.0 |
| Dependencies | 10 | 7 | 0 |
| Crate Size | 24KB | 37KB | 7KB |
| Features | 2 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •index_list leads with a health score of 66/100, but none of the options score above 80.
- •index_list is depended on by 443 crates — strongest ecosystem trust.
- •⚠ extindex, index_queue have not been updated in over a year.