Decision Workspace
index-fixed vs subslice-to-array vs index_many
Side-by-side comparison of Rust crates
44
index-fixed
growingv0.3.1
convert slices into arrays using indexes ([T] -> [T;N])
44
subslice-to-array
growingv0.1.2
Extract fixed-range subslices as arrays, with compile-time checks
37
index_many
growingv0.6.1
A proof of concept for indexing an slice at multiple locations at once
Core Metrics
| index-fixed | subslice-to-array | index_many | |
|---|---|---|---|
| Health Score | 44 | 44 | 37 |
| Total Downloads | 307.1K | 1.6K | 68.6K |
| 30d Downloads | 3.8K | 0 | 0 |
| Dependents | 23 | 0 | 0 |
| Releases | 7 | 3 | 14 |
| Last Updated | 2016d ago | 389d ago | 1721d ago |
| Age | 10y | 1y | 5y 2m |
Health Breakdown
index-fixed
Maintenance
3
Quality
16
Community
7
Popularity
7
Documentation
11
subslice-to-array
Maintenance
6
Quality
16
Community
6
Popularity
4
Documentation
12
index_many
Maintenance
4
Quality
12
Community
3
Popularity
6
Documentation
12
Technical Details
| index-fixed | subslice-to-array | index_many | |
|---|---|---|---|
| Version | 0.3.1 | 0.1.2 | 0.6.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 2KB | 9KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 14.3% |
| Edition | — | 2021 | 2018 |
| MSRV | — | 1.79 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •index-fixed leads with a health score of 44/100, but none of the options score above 80.
- •⚠ index-fixed, subslice-to-array, index_many have not been updated in over a year.