Decision Workspace
array_list vs cap_vec vs array-linked-list
Side-by-side comparison of Rust crates
46
array_list
growingv0.4.0
A dynamic container that combines the characteristics of a Vec and a LinkedList
43
cap_vec
experimentalv0.2.0
A heap-allocated, fixed-capacity, variable-size array, no_std compatible.
48
array-linked-list
growingv0.2.2
A data structure, which combines the advantages of dynamic arrays and linked lists
Core Metrics
| array_list | cap_vec | array-linked-list | |
|---|---|---|---|
| Health Score | 46 | 43 | 48 |
| Total Downloads | 3.1K | 190 | 12.7K |
| 30d Downloads | 11 | 4 | 32 |
| Dependents | 0 | 0 | 4 |
| Releases | 4 | 2 | 4 |
| Last Updated | 159d ago | 145d ago | 52d ago |
| Age | 1y 3m | 5m | 4y 11m |
Health Breakdown
array_list
Maintenance
11
Quality
16
Community
3
Popularity
4
Documentation
12
cap_vec
Maintenance
10
Quality
15
Community
3
Popularity
3
Documentation
12
array-linked-list
Maintenance
12
Quality
11
Community
7
Popularity
5
Documentation
13
Technical Details
| array_list | cap_vec | array-linked-list | |
|---|---|---|---|
| Version | 0.4.0 | 0.2.0 | 0.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 0 |
| Crate Size | 22KB | 11KB | 8KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 25.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •array-linked-list leads with a health score of 48/100, but none of the options score above 80.