Decision Workspace
aformat vs arrayvec vs uluru
Side-by-side comparison of Rust crates
45
aformat
growingv0.1.8
A no-std and no-alloc version of format! using ToArrayString
64
arrayvec
growingv0.7.6
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
61
uluru
growingv3.1.0
A simple, fast, LRU cache implementation
Core Metrics
| aformat | arrayvec | uluru | |
|---|---|---|---|
| Health Score | 45 | 64 | 61 |
| Total Downloads | 39.9K | 362.1M | 17.4M |
| 30d Downloads | 2.7K | 23.0M | 1.3M |
| Dependents | 0 | 16.0K | 640 |
| Releases | 9 | 55 | 13 |
| Last Updated | 537d ago | 587d ago | 719d ago |
| Age | 1y 9m | 10y 10m | 8y 4m |
Health Breakdown
aformat
Maintenance
8
Quality
14
Community
6
Popularity
5
Documentation
12
arrayvec
Maintenance
6
Quality
16
Community
20
Popularity
8
Documentation
14
uluru
Maintenance
4
Quality
20
Community
19
Popularity
8
Documentation
10
Technical Details
| aformat | arrayvec | uluru | |
|---|---|---|---|
| Version | 0.1.8 | 0.7.6 | 3.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MPL-2.0 |
| Dependencies | 4 | 6 | 1 |
| Crate Size | 5KB | 31KB | 10KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.79 | 1.51 | — |
| Owners | 1 | 2 (team) | 2 (team) |
Links
Quick Verdict
- •arrayvec leads with a health score of 64/100, but none of the options score above 80.
- •arrayvec is depended on by 16.0K crates — strongest ecosystem trust.
- •⚠ aformat, arrayvec, uluru have not been updated in over a year.
- •aformat, arrayvec are pre-1.0 — API may change.