Decision Workspace
rawslice vs uncooked_slices vs typed-index-collections
Side-by-side comparison of Rust crates
41
rawslice
growingv0.1.1
Reimplementation of the slice iterators, with extra features. For example creation from raw pointers and start, end pointer accessors.
37
uncooked_slices
experimentalv0.1.0
A wrapper around raw slice pointers that enables safe iteration and indexing
70
typed-index-collections
stablev3.5.0
Typed index version of Rust slice and Vec containers
Core Metrics
| rawslice | uncooked_slices | typed-index-collections | |
|---|---|---|---|
| Health Score | 41 | 37 | 70 |
| Total Downloads | 1.0M | 629 | 3.0M |
| 30d Downloads | 30.4K | 3 | 205.3K |
| Dependents | 3 | 0 | 88 |
| Releases | 2 | 1 | 23 |
| Last Updated | 2173d ago | 338d ago | 68d ago |
| Age | 9y 3m | 11m | 5y 8m |
Health Breakdown
rawslice
Maintenance
3
Quality
15
Community
5
Popularity
7
Documentation
11
uncooked_slices
Maintenance
3
Quality
15
Community
6
Popularity
3
Documentation
10
typed-index-collections
Maintenance
14
Quality
22
Community
11
Popularity
8
Documentation
15
Technical Details
| rawslice | uncooked_slices | typed-index-collections | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.0 | 3.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 0 | 7 |
| Crate Size | 8KB | 2KB | 53KB |
| Features | 0 | 0 | 7 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2021 |
| MSRV | — | — | 1.90.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •typed-index-collections leads with a health score of 70/100, but none of the options score above 80.
- •⚠ rawslice has not been updated in over a year.
- •rawslice, uncooked_slices are pre-1.0 — API may change.