Decision Workspace
xor_list vs index_list vs linked-vector
Side-by-side comparison of Rust crates
39
xor_list
growingv0.1.0
An xor doubly-linked list
66
index_list
growingv0.3.3
A doubly linked list implemented in safe Rust using vector indexes
57
linked-vector
stablev1.2.1
A hybrid linked list and vector data structure
Core Metrics
| xor_list | index_list | linked-vector | |
|---|---|---|---|
| Health Score | 39 | 66 | 57 |
| Total Downloads | 1.6K | 3.0M | 14.2K |
| 30d Downloads | 4 | 62.1K | 30 |
| Dependents | 0 | 443 | 0 |
| Releases | 1 | 20 | 12 |
| Last Updated | 1881d ago | 17d ago | 1139d ago |
| Age | 5y 1m | 4y 11m | 3y 1m |
Health Breakdown
xor_list
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
12
index_list
Maintenance
17
Quality
15
Community
13
Popularity
8
Documentation
13
linked-vector
Maintenance
12
Quality
22
Community
5
Popularity
5
Documentation
13
Technical Details
| xor_list | index_list | linked-vector | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.3 | 1.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MPL-2.0 | MIT |
| Dependencies | 0 | 7 | 1 |
| Crate Size | 2KB | 37KB | 19KB |
| Features | 0 | 1 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 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.
- •⚠ xor_list, linked-vector have not been updated in over a year.
- •xor_list, index_list are pre-1.0 — API may change.