Decision Workspace
point-index vs arrayvec vs orx-pinned-vec
Side-by-side comparison of Rust crates
34
point-index
growingv0.1.2
A simple point library for indexing into 2D arrays
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
| point-index | arrayvec | orx-pinned-vec | |
|---|---|---|---|
| Health Score | 34 | 64 | 62 |
| Total Downloads | 3.8K | 362.1M | 1.1M |
| 30d Downloads | 5 | 22.3M | 146.3K |
| Dependents | 0 | 16.0K | 443 |
| Releases | 3 | 55 | 53 |
| Last Updated | 1115d ago | 587d ago | 158d ago |
| Age | 3y | 10y 10m | 2y 7m |
Health Breakdown
point-index
Maintenance
4
Quality
16
Community
3
Popularity
4
Documentation
7
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
| point-index | arrayvec | orx-pinned-vec | |
|---|---|---|---|
| Version | 0.1.2 | 0.7.6 | 3.21.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 6 | 2 |
| Crate Size | 4KB | 31KB | 25KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | 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.
- •⚠ point-index, arrayvec have not been updated in over a year.
- •point-index, arrayvec are pre-1.0 — API may change.