Decision Workspace
digits_utils vs arrayvec vs orx-pinned-vec
Side-by-side comparison of Rust crates
58
digits_utils
experimentalv0.3.0
Utilities for converting numbers to digits
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.
62
orx-pinned-vec
stablev3.21.0
`PinnedVec` trait defines the interface for vectors which guarantee that elements added to the vector are pinned to their memory locations unless explicitly changed.
Core Metrics
| digits_utils | arrayvec | orx-pinned-vec | |
|---|---|---|---|
| Health Score | 58 | 64 | 62 |
| Total Downloads | 1.2K | 362.1M | 1.1M |
| 30d Downloads | 10 | 23.0M | 152.6K |
| Dependents | 0 | 16.0K | 443 |
| Releases | 7 | 55 | 53 |
| Last Updated | 159d ago | 587d ago | 158d ago |
| Age | 5m | 10y 10m | 2y 7m |
Health Breakdown
digits_utils
Maintenance
18
Quality
19
Community
6
Popularity
4
Documentation
11
arrayvec
Maintenance
6
Quality
16
Community
20
Popularity
8
Documentation
14
orx-pinned-vec
Maintenance
12
Quality
20
Community
13
Popularity
7
Documentation
10
Technical Details
| digits_utils | arrayvec | orx-pinned-vec | |
|---|---|---|---|
| Version | 0.3.0 | 0.7.6 | 3.21.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 6 | 2 |
| Crate Size | 5KB | 31KB | 25KB |
| Features | 13 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | 1.51 | 1.51 | — |
| Owners | 1 | 2 (team) | 1 |
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.
- •⚠ arrayvec has not been updated in over a year.
- •digits_utils, arrayvec are pre-1.0 — API may change.