Decision Workspace
maybe-dangling vs safe-manually-drop vs unsafe-binders
Side-by-side comparison of Rust crates
61
maybe-dangling
growingv0.2.0
`ManuallyDrop<T>` and `MaybeDangling<T>` semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336
54
safe-manually-drop
growingv0.1.2
`ManuallyDrop` "owned field" pattern with no `unsafe`, no `.unwrap()`s, no macros
40
unsafe-binders
experimentalv0.0.1
Stable rust polyfill of `unsafe<'lt> …` binders
Core Metrics
| maybe-dangling | safe-manually-drop | unsafe-binders | |
|---|---|---|---|
| Health Score | 61 | 54 | 40 |
| Total Downloads | 149.3K | 3.0K | 39 |
| 30d Downloads | 9.4K | 0 | 0 |
| Dependents | 21 | 0 | 0 |
| Releases | 14 | 10 | 1 |
| Last Updated | 43d ago | 60d ago | 217d ago |
| Age | 3y | 1y | 7m |
Health Breakdown
maybe-dangling
Maintenance
15
Quality
16
Community
9
Popularity
6
Documentation
15
safe-manually-drop
Maintenance
15
Quality
17
Community
3
Popularity
4
Documentation
15
unsafe-binders
Maintenance
4
Quality
16
Community
3
Popularity
2
Documentation
15
Technical Details
| maybe-dangling | safe-manually-drop | unsafe-binders | |
|---|---|---|---|
| Version | 0.2.0 | 0.1.2 | 0.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Zlib OR MIT OR Apache-2.0 | Zlib OR MIT OR Apache-2.0 | Zlib OR MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 2 |
| Crate Size | 16KB | 32KB | 16KB |
| Features | 5 | 4 | 4 |
| Yanked % | 7.1% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.96.0 | 1.79.0 | 1.85.0 |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •maybe-dangling leads with a health score of 61/100, but none of the options score above 80.