Decision Workspace
uncooked_slices vs raw_slice vs rawpointer
Side-by-side comparison of Rust crates
37
uncooked_slices
experimentalv0.1.0
A wrapper around raw slice pointers that enables safe iteration and indexing
40
raw_slice
growingv0.0.0
[WIP] Safe raw access to slice fields.
49
rawpointer
growingv0.2.1
Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`.
Core Metrics
| uncooked_slices | raw_slice | rawpointer | |
|---|---|---|---|
| Health Score | 37 | 40 | 49 |
| Total Downloads | 629 | 1.6K | 85.6M |
| 30d Downloads | 3 | 4 | 6.4M |
| Dependents | 0 | 0 | 167 |
| Releases | 1 | 1 | 3 |
| Last Updated | 338d ago | 895d ago | 2388d ago |
| Age | 11m | 2y 5m | 9y 3m |
Health Breakdown
uncooked_slices
Maintenance
3
Quality
15
Community
6
Popularity
3
Documentation
10
raw_slice
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
13
rawpointer
Maintenance
3
Quality
16
Community
11
Popularity
8
Documentation
11
Technical Details
| uncooked_slices | raw_slice | rawpointer | |
|---|---|---|---|
| Version | 0.1.0 | 0.0.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 2KB | 6KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •rawpointer leads with a health score of 49/100, but none of the options score above 80.
- •rawpointer is depended on by 167 crates — strongest ecosystem trust.
- •⚠ raw_slice, rawpointer have not been updated in over a year.