Decision Workspace
raw_slice vs uncooked_slices vs pointer_vec
Side-by-side comparison of Rust crates
40
raw_slice
growingv0.0.0
[WIP] Safe raw access to slice fields.
37
uncooked_slices
experimentalv0.1.0
A wrapper around raw slice pointers that enables safe iteration and indexing
39
pointer_vec
growingv0.1.1
The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer.
Core Metrics
| raw_slice | uncooked_slices | pointer_vec | |
|---|---|---|---|
| Health Score | 40 | 37 | 39 |
| Total Downloads | 1.6K | 629 | 2.7K |
| 30d Downloads | 4 | 3 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 2 |
| Last Updated | 895d ago | 338d ago | 1252d ago |
| Age | 2y 5m | 11m | 3y 5m |
Health Breakdown
raw_slice
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
13
uncooked_slices
Maintenance
3
Quality
15
Community
6
Popularity
3
Documentation
10
pointer_vec
Maintenance
4
Quality
16
Community
5
Popularity
4
Documentation
10
Technical Details
| raw_slice | uncooked_slices | pointer_vec | |
|---|---|---|---|
| Version | 0.0.0 | 0.1.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 6KB | 2KB | 8KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •raw_slice leads with a health score of 40/100, but none of the options score above 80.
- •pointer_vec has the most downloads (2.7K), suggesting wider adoption.
- •⚠ raw_slice, pointer_vec have not been updated in over a year.