Decision Workspace
maybe-dangling vs safe-manually-drop vs unsafe-binders
Side-by-side comparison of Rust crates
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
51
safe-manually-drop
experimentalv0.1.1
`ManuallyDrop` "owned field" pattern with no `unsafe`, no `.unwrap()`s, no macros
43
unsafe-binders
experimentalv0.0.1
Stable rust polyfill of `unsafe<'lt> …` binders
Core Metrics
| maybe-dangling | safe-manually-drop | unsafe-binders | |
|---|---|---|---|
| Health Score | 57 | 51 | 43 |
| Total Downloads | 73.5K | 2.3K | 30 |
| 30d Downloads | 20.5K | 10 | 3 |
| Dependents | 16 | 0 | 0 |
| Releases | 8 | 8 | 1 |
| Last Updated | 160d ago | 129d ago | 109d ago |
| Age | 2y 9m | 8m | 3m |
Health Breakdown
maybe-dangling
Maintenance
9
Quality
19
Community
8
Popularity
6
Documentation
15
safe-manually-drop
Maintenance
13
Quality
16
Community
3
Popularity
4
Documentation
15
unsafe-binders
Maintenance
7
Quality
16
Community
3
Popularity
2
Documentation
15
Technical Details
| maybe-dangling | safe-manually-drop | unsafe-binders | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.1 | 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 | 17KB | 30KB | 16KB |
| Features | 5 | 4 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.65.0 | 1.79.0 | 1.85.0 |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •maybe-dangling leads with a health score of 57/100, but none of the options score above 80.