Decision Workspace
revec vs reusing-vec vs tinyvec
Side-by-side comparison of Rust crates
41
revec
growingv0.3.0
Convert a Vec<A> to a Vec<B> provided vec is empty
46
reusing-vec
growingv0.2.0
Wrapper over Vec that allows elements to be reused without dropping them
76
tinyvec
stablev1.11.0
`tinyvec` provides 100% safe vec-like data structures.
Core Metrics
| revec | reusing-vec | tinyvec | |
|---|---|---|---|
| Health Score | 41 | 46 | 76 |
| Total Downloads | 13.6K | 17.7K | 447.2M |
| 30d Downloads | 213 | 1.0K | 27.5M |
| Dependents | 38 | 4 | 2.9K |
| Releases | 3 | 3 | 38 |
| Last Updated | 501d ago | 421d ago | 13d ago |
| Age | 4y | 1y 1m | 6y 2m |
Health Breakdown
revec
Maintenance
5
Quality
16
Community
6
Popularity
5
Documentation
9
reusing-vec
Maintenance
6
Quality
17
Community
8
Popularity
5
Documentation
10
tinyvec
Maintenance
18
Quality
21
Community
20
Popularity
8
Documentation
9
Technical Details
| revec | reusing-vec | tinyvec | |
|---|---|---|---|
| Version | 0.3.0 | 0.2.0 | 1.11.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | Zlib OR Apache-2.0 OR MIT |
| Dependencies | 0 | 1 | 11 |
| Crate Size | 2KB | 6KB | 53KB |
| Features | 0 | 3 | 14 |
| Yanked % | 0.0% | 0.0% | 2.6% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 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.
- •⚠ revec, reusing-vec have not been updated in over a year.
- •revec, reusing-vec are pre-1.0 — API may change.