Decision Workspace
point-index vs orx-pinned-vec vs arrayvec
Side-by-side comparison of Rust crates
34
point-index
growingv0.1.2
A simple point library for indexing into 2D arrays
67
orx-pinned-vec
stablev3.23.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.
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.
Core Metrics
| point-index | orx-pinned-vec | arrayvec | |
|---|---|---|---|
| Health Score | 34 | 67 | 64 |
| Total Downloads | 3.8K | 2.1M | 410.8M |
| 30d Downloads | 0 | 609.9K | 26.5M |
| Dependents | 0 | 446 | 16.9K |
| Releases | 3 | 54 | 55 |
| Last Updated | 1174d ago | 43d ago | 646d ago |
| Age | 3y 2m | 2y 9m | 11y |
Health Breakdown
point-index
Maintenance
4
Quality
16
Community
3
Popularity
4
Documentation
7
orx-pinned-vec
Maintenance
16
Quality
20
Community
13
Popularity
8
Documentation
10
arrayvec
Maintenance
6
Quality
16
Community
20
Popularity
8
Documentation
14
Technical Details
| point-index | orx-pinned-vec | arrayvec | |
|---|---|---|---|
| Version | 0.1.2 | 3.23.0 | 0.7.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 6 |
| Crate Size | 4KB | 25KB | 31KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| MSRV | — | — | 1.51 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •orx-pinned-vec leads with a health score of 67/100, but none of the options score above 80.
- •arrayvec has the most downloads (410.8M), suggesting wider adoption.
- •arrayvec is depended on by 16.9K crates — strongest ecosystem trust.
- •⚠ point-index, arrayvec have not been updated in over a year.
- •point-index, arrayvec are pre-1.0 — API may change.