Decision Workspace
stack vs staticvec vs bankarr
Side-by-side comparison of Rust crates
39
stack
growingv0.4.0
DSTs and arrays on the stack!
48
staticvec
growingv0.11.9
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
42
bankarr
experimentalv0.8.0
Array-like but growable vectors
Core Metrics
| stack | staticvec | bankarr | |
|---|---|---|---|
| Health Score | 39 | 48 | 42 |
| Total Downloads | 15.3K | 237.7K | 2.8K |
| 30d Downloads | 27 | 1.0K | 8 |
| Dependents | 0 | 65 | 0 |
| Releases | 8 | 96 | 6 |
| Last Updated | 2010d ago | 1274d ago | 283d ago |
| Age | 10y 7m | 6y 8m | 9m |
Health Breakdown
stack
Maintenance
3
Quality
16
Community
3
Popularity
5
Documentation
12
staticvec
Maintenance
7
Quality
11
Community
11
Popularity
6
Documentation
13
bankarr
Maintenance
10
Quality
10
Community
5
Popularity
4
Documentation
13
Technical Details
| stack | staticvec | bankarr | |
|---|---|---|---|
| Version | 0.4.0 | 0.11.9 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 4 | 3 |
| Crate Size | 12KB | 62KB | 26KB |
| Features | 1 | 2 | 0 |
| Yanked % | 0.0% | 22.9% | 16.7% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •staticvec leads with a health score of 48/100, but none of the options score above 80.
- •⚠ stack, staticvec have not been updated in over a year.