Decision Workspace
cap_vec vs array_list vs static-heap-array
Side-by-side comparison of Rust crates
43
cap_vec
experimentalv0.2.0
A heap-allocated, fixed-capacity, variable-size array, no_std compatible.
46
array_list
growingv0.4.0
A dynamic container that combines the characteristics of a Vec and a LinkedList
45
static-heap-array
experimentalv0.1.1
A statically sized array which lives on the heap, allowing it to have a size that does not need to be known at runtime.
Core Metrics
| cap_vec | array_list | static-heap-array | |
|---|---|---|---|
| Health Score | 43 | 46 | 45 |
| Total Downloads | 190 | 3.1K | 30 |
| 30d Downloads | 4 | 11 | 30 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 4 | 2 |
| Last Updated | 145d ago | 159d ago | 12d ago |
| Age | 5m | 1y 3m | 14d |
Health Breakdown
cap_vec
Maintenance
10
Quality
15
Community
3
Popularity
3
Documentation
12
array_list
Maintenance
11
Quality
16
Community
3
Popularity
4
Documentation
12
static-heap-array
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
10
Technical Details
| cap_vec | array_list | static-heap-array | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 3 | 1 |
| Crate Size | 11KB | 22KB | 6KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •array_list leads with a health score of 46/100, but none of the options score above 80.