Decision Workspace
rawpointer vs uncooked_slices vs nonnull-mut
Side-by-side comparison of Rust crates
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`.
37
uncooked_slices
experimentalv0.1.0
A wrapper around raw slice pointers that enables safe iteration and indexing
46
nonnull-mut
experimentalv0.1.2
NonNull<T>, but T is invariant like *mut T
Core Metrics
| rawpointer | uncooked_slices | nonnull-mut | |
|---|---|---|---|
| Health Score | 49 | 37 | 46 |
| Total Downloads | 85.6M | 629 | 1.2K |
| 30d Downloads | 6.4M | 3 | 5 |
| Dependents | 167 | 0 | 0 |
| Releases | 3 | 1 | 3 |
| Last Updated | 2388d ago | 338d ago | 211d ago |
| Age | 9y 3m | 11m | 9m |
Health Breakdown
rawpointer
Maintenance
3
Quality
16
Community
11
Popularity
8
Documentation
11
uncooked_slices
Maintenance
3
Quality
15
Community
6
Popularity
3
Documentation
10
nonnull-mut
Maintenance
11
Quality
15
Community
6
Popularity
4
Documentation
10
Technical Details
| rawpointer | uncooked_slices | nonnull-mut | |
|---|---|---|---|
| Version | 0.2.1 | 0.1.0 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 7KB | 2KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 2 | 1 | 1 |
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.
- •⚠ rawpointer has not been updated in over a year.