Decision Workspace
allocvec vs tinyvec vs raw-parts
Side-by-side comparison of Rust crates
48
allocvec
growingv1.1.0
A vector type that preserves the index of every inserted element
76
tinyvec
stablev1.11.0
`tinyvec` provides 100% safe vec-like data structures.
72
raw-parts
stablev2.2.2
Ergonomic wrapper around `Vec::from_raw_parts` and `Vec::into_raw_parts`.
Core Metrics
| allocvec | tinyvec | raw-parts | |
|---|---|---|---|
| Health Score | 48 | 76 | 72 |
| Total Downloads | 1.6K | 447.2M | 83.7K |
| 30d Downloads | 6 | 27.5M | 654 |
| Dependents | 0 | 2.9K | 19 |
| Releases | 4 | 38 | 11 |
| Last Updated | 133d ago | 13d ago | 11d ago |
| Age | 1y 8m | 6y 2m | 4y 4m |
Health Breakdown
allocvec
Maintenance
10
Quality
18
Community
6
Popularity
4
Documentation
10
tinyvec
Maintenance
18
Quality
21
Community
20
Popularity
8
Documentation
9
raw-parts
Maintenance
16
Quality
20
Community
15
Popularity
6
Documentation
15
Technical Details
| allocvec | tinyvec | raw-parts | |
|---|---|---|---|
| Version | 1.1.0 | 1.11.0 | 2.2.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | Zlib OR Apache-2.0 OR MIT | MIT |
| Dependencies | 0 | 11 | 1 |
| Crate Size | 5KB | 53KB | 7KB |
| Features | 0 | 14 | 0 |
| Yanked % | 0.0% | 2.6% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | — | — | 1.76.0 |
| Owners | 1 | 2 (team) | 2 (team) |
Links
Quick Verdict
- •tinyvec leads with a health score of 76/100, but none of the options score above 80.
- •tinyvec is depended on by 2.9K crates — strongest ecosystem trust.