Decision Workspace
sub-array vs tailvec vs split_slice
Side-by-side comparison of Rust crates
39
sub-array
growingv0.1.1
Extract a sub-array out of an array
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
| sub-array | tailvec | split_slice | |
|---|---|---|---|
| Health Score | 39 | 47 | 42 |
| Total Downloads | 12.4K | 16.6K | 529 |
| 30d Downloads | 224 | 50 | 18 |
| Dependents | 0 | 11 | 0 |
| Releases | 2 | 19 | 1 |
| Last Updated | 1606d ago | 323d ago | 225d ago |
| Age | 4y 4m | 1y 6m | 7m |
Health Breakdown
sub-array
Maintenance
3
Quality
16
Community
5
Popularity
5
Documentation
10
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
| sub-array | tailvec | split_slice | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.13 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 7KB | 13KB | 3KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 10.5% | 0.0% |
| Edition | 2021 | 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.
- •⚠ sub-array has not been updated in over a year.
- •sub-array, tailvec are pre-1.0 — API may change.