Decision Workspace
unsafe-alias-cell vs maybe-dangling vs ref_kind
Side-by-side comparison of Rust crates
34
unsafe-alias-cell
growingv0.0.1
Primitive for aliasing mutability
57
maybe-dangling
growingv0.1.2
`ManuallyDrop<T>` and `MaybeDangling<T>` semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336
38
ref_kind
growingv0.5.1
Different reference kinds
Core Metrics
| unsafe-alias-cell | maybe-dangling | ref_kind | |
|---|---|---|---|
| Health Score | 34 | 57 | 38 |
| Total Downloads | 2.3K | 73.5K | 11.8K |
| 30d Downloads | 2 | 20.5K | 14 |
| Dependents | 0 | 16 | 0 |
| Releases | 2 | 8 | 10 |
| Last Updated | 1435d ago | 160d ago | 960d ago |
| Age | 3y 11m | 2y 9m | 3y 7m |
Health Breakdown
unsafe-alias-cell
Maintenance
4
Quality
10
Community
6
Popularity
4
Documentation
10
maybe-dangling
Maintenance
9
Quality
19
Community
8
Popularity
6
Documentation
15
ref_kind
Maintenance
4
Quality
13
Community
6
Popularity
5
Documentation
10
Technical Details
| unsafe-alias-cell | maybe-dangling | ref_kind | |
|---|---|---|---|
| Version | 0.0.1 | 0.1.2 | 0.5.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Zlib OR MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 7KB | 17KB | 12KB |
| Features | 0 | 5 | 4 |
| Yanked % | 100.0% | 0.0% | 10.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.65.0 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •maybe-dangling leads with a health score of 57/100, but none of the options score above 80.
- •⚠ unsafe-alias-cell, ref_kind have not been updated in over a year.