Decision Workspace
hexga_array_vec vs arrayvec vs arrayvec-const
Side-by-side comparison of Rust crates
52
hexga_array_vec
experimentalv0.0.11-beta.53
A vector with fixed capacity, backed by an array based on arrayvec
64
arrayvec
growingv0.7.6
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
46
arrayvec-const
growingv0.7.7
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
Core Metrics
| hexga_array_vec | arrayvec | arrayvec-const | |
|---|---|---|---|
| Health Score | 52 | 64 | 46 |
| Total Downloads | 249 | 362.1M | 11.6K |
| 30d Downloads | 104 | 23.0M | 1.1K |
| Dependents | 14 | 16.0K | 8 |
| Releases | 5 | 55 | 1 |
| Last Updated | 38d ago | 587d ago | 389d ago |
| Age | 1m | 10y 10m | 1y |
Health Breakdown
hexga_array_vec
Maintenance
14
Quality
16
Community
9
Popularity
3
Documentation
10
arrayvec
Maintenance
6
Quality
16
Community
20
Popularity
8
Documentation
14
arrayvec-const
Maintenance
2
Quality
16
Community
9
Popularity
5
Documentation
14
Technical Details
| hexga_array_vec | arrayvec | arrayvec-const | |
|---|---|---|---|
| Version | 0.0.11-beta.53 | 0.7.6 | 0.7.7 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 6 | 7 |
| Crate Size | 10KB | 31KB | 33KB |
| Features | 4 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2018 |
| MSRV | — | 1.51 | 1.85 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •arrayvec leads with a health score of 64/100, but none of the options score above 80.
- •arrayvec is depended on by 16.0K crates — strongest ecosystem trust.
- •⚠ arrayvec, arrayvec-const have not been updated in over a year.