Decision Workspace
arraylist vs array_list vs cap_vec
Side-by-side comparison of Rust crates
43
arraylist
growingv0.2.0
A rust wrapper built on top of rust vector implementation. Taste like Java Arraylist, and intuitive to use like Python list and JavaScript array.
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.
Core Metrics
| arraylist | array_list | cap_vec | |
|---|---|---|---|
| Health Score | 43 | 46 | 43 |
| Total Downloads | 11.6K | 3.1K | 190 |
| 30d Downloads | 73 | 11 | 4 |
| Dependents | 4 | 0 | 0 |
| Releases | 6 | 4 | 2 |
| Last Updated | 241d ago | 159d ago | 145d ago |
| Age | 4y 9m | 1y 3m | 5m |
Health Breakdown
arraylist
Maintenance
7
Quality
10
Community
8
Popularity
5
Documentation
13
array_list
Maintenance
11
Quality
16
Community
3
Popularity
4
Documentation
12
cap_vec
Maintenance
10
Quality
15
Community
3
Popularity
3
Documentation
12
Technical Details
| arraylist | array_list | cap_vec | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 3 | 0 |
| Crate Size | 10KB | 22KB | 11KB |
| Features | 0 | 1 | 0 |
| Yanked % | 33.3% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •arraylist has the most downloads (11.6K), suggesting wider adoption.