Decision Workspace
unsafe_cell_slice vs sealingslice vs raw_slice
Side-by-side comparison of Rust crates
53
unsafe_cell_slice
growingv0.2.2
A microlibrary for creating multiple mutable references to a slice
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.
40
raw_slice
growingv0.0.0
[WIP] Safe raw access to slice fields.
Core Metrics
| unsafe_cell_slice | sealingslice | raw_slice | |
|---|---|---|---|
| Health Score | 53 | 40 | 40 |
| Total Downloads | 68.0K | 4.5K | 1.6K |
| 30d Downloads | 7.6K | 5 | 4 |
| Dependents | 83 | 0 | 0 |
| Releases | 4 | 3 | 1 |
| Last Updated | 338d ago | 2660d ago | 895d ago |
| Age | 1y 6m | 7y 4m | 2y 5m |
Health Breakdown
unsafe_cell_slice
Maintenance
7
Quality
15
Community
10
Popularity
6
Documentation
15
sealingslice
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
11
raw_slice
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
13
Technical Details
| unsafe_cell_slice | sealingslice | raw_slice | |
|---|---|---|---|
| Version | 0.2.2 | 0.2.0 | 0.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 10KB | 5KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | — | 2021 |
| MSRV | 1.63 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •unsafe_cell_slice leads with a health score of 53/100, but none of the options score above 80.
- •⚠ sealingslice, raw_slice have not been updated in over a year.