Decision Workspace
sealingslice vs uncooked_slices vs raw-parts
Side-by-side comparison of Rust crates
40
sealingslice
growingv0.2.0
A mutable slice that can seal its initial part off from mutability, and hand out the sealed parts as immutable references.
37
uncooked_slices
experimentalv0.1.0
A wrapper around raw slice pointers that enables safe iteration and indexing
72
raw-parts
stablev2.2.2
Ergonomic wrapper around `Vec::from_raw_parts` and `Vec::into_raw_parts`.
Core Metrics
| sealingslice | uncooked_slices | raw-parts | |
|---|---|---|---|
| Health Score | 40 | 37 | 72 |
| Total Downloads | 4.5K | 629 | 83.7K |
| 30d Downloads | 5 | 3 | 654 |
| Dependents | 0 | 0 | 19 |
| Releases | 3 | 1 | 11 |
| Last Updated | 2660d ago | 338d ago | 11d ago |
| Age | 7y 4m | 11m | 4y 4m |
Health Breakdown
sealingslice
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
11
uncooked_slices
Maintenance
3
Quality
15
Community
6
Popularity
3
Documentation
10
raw-parts
Maintenance
16
Quality
20
Community
15
Popularity
6
Documentation
15
Technical Details
| sealingslice | uncooked_slices | raw-parts | |
|---|---|---|---|
| Version | 0.2.0 | 0.1.0 | 2.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 5KB | 2KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2021 |
| MSRV | — | — | 1.76.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •raw-parts leads with a health score of 72/100, but none of the options score above 80.
- •⚠ sealingslice has not been updated in over a year.
- •sealingslice, uncooked_slices are pre-1.0 — API may change.