Decision Workspace
array-macro vs arrayvec vs arrayvec-const
Side-by-side comparison of Rust crates
54
array-macro
growingv2.1.8
Array multiple elements constructor syntax
75
arrayvec
growingv0.7.8
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
| array-macro | arrayvec | arrayvec-const | |
|---|---|---|---|
| Health Score | 54 | 75 | 46 |
| Total Downloads | 8.6M | 466.0M | 14.8K |
| 30d Downloads | 327.2K | 22.1M | 0 |
| Dependents | 218 | 17.6K | 8 |
| Releases | 19 | 57 | 1 |
| Last Updated | 978d ago | 11d ago | 497d ago |
| Age | 8y 11m | 11y 1m | 1y 4m |
Health Breakdown
array-macro
Maintenance
5
Quality
14
Community
12
Popularity
8
Documentation
15
arrayvec
Maintenance
17
Quality
16
Community
20
Popularity
8
Documentation
14
arrayvec-const
Maintenance
2
Quality
16
Community
9
Popularity
5
Documentation
14
Technical Details
| array-macro | arrayvec | arrayvec-const | |
|---|---|---|---|
| Version | 2.1.8 | 0.7.8 | 0.7.7 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 6 | 7 |
| Crate Size | 12KB | 33KB | 33KB |
| Features | 0 | 2 | 2 |
| Yanked % | 57.9% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | 1.56 | 1.51 | 1.85 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •arrayvec leads with a health score of 75/100, but none of the options score above 80.
- •arrayvec is depended on by 17.6K crates — strongest ecosystem trust.
- •⚠ array-macro, arrayvec-const have not been updated in over a year.
- •arrayvec, arrayvec-const are pre-1.0 — API may change.