Decision Workspace
multi-stash vs stable-vec vs indextree
Side-by-side comparison of Rust crates
52
multi-stash
growingv0.2.0
Vector-based arena data structure that reuses vacant slots.
61
stable-vec
growingv0.4.2
A Vec-like collection which guarantees stable indices and features O(1) element deletion (semantically similar to `Vec<Option<T>>`). Useful for allocations in graphs or similar data structures.
74
indextree
stablev4.8.1
Arena based tree structure by using indices instead of reference counted pointers
Core Metrics
| multi-stash | stable-vec | indextree | |
|---|---|---|---|
| Health Score | 52 | 61 | 74 |
| Total Downloads | 6.0M | 624.2K | 2.1M |
| 30d Downloads | 323.1K | 98.1K | 123.6K |
| Dependents | 59 | 361 | 784 |
| Releases | 2 | 13 | 31 |
| Last Updated | 919d ago | 79d ago | 55d ago |
| Age | 2y 6m | 8y 11m | 9y 5m |
Health Breakdown
multi-stash
Maintenance
4
Quality
16
Community
11
Popularity
8
Documentation
13
stable-vec
Maintenance
12
Quality
10
Community
18
Popularity
7
Documentation
14
indextree
Maintenance
15
Quality
23
Community
13
Popularity
8
Documentation
15
Technical Details
| multi-stash | stable-vec | indextree | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.2 | 4.8.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT |
| Dependencies | 0 | 3 | 3 |
| Crate Size | 11KB | 49KB | 31KB |
| Features | 0 | 1 | 5 |
| Yanked % | 0.0% | 46.2% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | 1.36.0 | 1.85.0 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •indextree leads with a health score of 74/100, but none of the options score above 80.
- •multi-stash has the most downloads (6.0M), suggesting wider adoption.
- •indextree is depended on by 784 crates — strongest ecosystem trust.
- •⚠ multi-stash has not been updated in over a year.
- •multi-stash, stable-vec are pre-1.0 — API may change.