Decision Workspace
select_indices vs tailvec vs split_slice
Side-by-side comparison of Rust crates
37
select_indices
growingv3.0.0
Iterators for taking multiple shared/exclusive references from a slice
47
tailvec
growingv0.2.13
Split Vec to mutable slice and TailVec, the TailVec can push or pop etc
42
split_slice
growingv1.0.0
A Rust library for accessing (&[T], &[T]) as if it were a single slice
Core Metrics
| select_indices | tailvec | split_slice | |
|---|---|---|---|
| Health Score | 37 | 47 | 42 |
| Total Downloads | 11.8K | 16.6K | 529 |
| 30d Downloads | 8 | 50 | 18 |
| Dependents | 0 | 11 | 0 |
| Releases | 10 | 19 | 1 |
| Last Updated | 1467d ago | 323d ago | 225d ago |
| Age | 4y 4m | 1y 6m | 7m |
Health Breakdown
select_indices
Maintenance
4
Quality
13
Community
6
Popularity
5
Documentation
9
tailvec
Maintenance
9
Quality
14
Community
9
Popularity
5
Documentation
10
split_slice
Maintenance
4
Quality
19
Community
6
Popularity
3
Documentation
10
Technical Details
| select_indices | tailvec | split_slice | |
|---|---|---|---|
| Version | 3.0.0 | 0.2.13 | 1.0.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MPL-2.0 | MIT | MIT |
| Dependencies | 4 | 0 | 0 |
| Crate Size | 15KB | 13KB | 3KB |
| Features | 0 | 2 | 0 |
| Yanked % | 60.0% | 10.5% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tailvec leads with a health score of 47/100, but none of the options score above 80.
- •⚠ select_indices has not been updated in over a year.
- •tailvec is pre-1.0 — API may change.