Decision Workspace
inplace-vec-builder vs orx-pinned-vec vs orx-fixed-vec
Side-by-side comparison of Rust crates
46
inplace-vec-builder
growingv0.1.1
Build a vec from a vec, in place
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.
61
orx-fixed-vec
stablev3.22.0
An efficient fixed capacity vector with pinned element guarantees.
Core Metrics
| inplace-vec-builder | orx-pinned-vec | orx-fixed-vec | |
|---|---|---|---|
| Health Score | 46 | 62 | 61 |
| Total Downloads | 5.4M | 1.1M | 1.1M |
| 30d Downloads | 761.4K | 146.3K | 146.3K |
| Dependents | 17 | 443 | 306 |
| Releases | 2 | 53 | 57 |
| Last Updated | 1581d ago | 158d ago | 158d ago |
| Age | 4y 4m | 2y 7m | 2y 7m |
Health Breakdown
inplace-vec-builder
Maintenance
3
Quality
17
Community
8
Popularity
8
Documentation
10
orx-pinned-vec
Maintenance
12
Quality
20
Community
13
Popularity
7
Documentation
10
orx-fixed-vec
Maintenance
12
Quality
19
Community
13
Popularity
7
Documentation
10
Technical Details
| inplace-vec-builder | orx-pinned-vec | orx-fixed-vec | |
|---|---|---|---|
| Version | 0.1.1 | 3.21.0 | 3.22.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 7 |
| Crate Size | 5KB | 25KB | 44KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-pinned-vec leads with a health score of 62/100, but none of the options score above 80.
- •inplace-vec-builder has the most downloads (5.4M), suggesting wider adoption.
- •orx-pinned-vec is depended on by 443 crates — strongest ecosystem trust.
- •⚠ inplace-vec-builder has not been updated in over a year.
- •inplace-vec-builder is pre-1.0 — API may change.