Decision Workspace
safe-manually-drop vs maybe-dangling vs maybe-uninit-ext
Side-by-side comparison of Rust crates
51
safe-manually-drop
experimentalv0.1.1
`ManuallyDrop` "owned field" pattern with no `unsafe`, no `.unwrap()`s, no macros
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
44
maybe-uninit-ext
growingv0.7.0
Extended maybe-uninit types
Core Metrics
| safe-manually-drop | maybe-dangling | maybe-uninit-ext | |
|---|---|---|---|
| Health Score | 51 | 57 | 44 |
| Total Downloads | 2.3K | 73.5K | 8.3K |
| 30d Downloads | 10 | 20.9K | 9 |
| Dependents | 0 | 16 | 0 |
| Releases | 8 | 8 | 7 |
| Last Updated | 129d ago | 160d ago | 484d ago |
| Age | 8m | 2y 9m | 2y 11m |
Health Breakdown
safe-manually-drop
Maintenance
13
Quality
16
Community
3
Popularity
4
Documentation
15
maybe-dangling
Maintenance
9
Quality
19
Community
8
Popularity
6
Documentation
15
maybe-uninit-ext
Maintenance
5
Quality
16
Community
6
Popularity
5
Documentation
12
Technical Details
| safe-manually-drop | maybe-dangling | maybe-uninit-ext | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.2 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Zlib OR MIT OR Apache-2.0 | Zlib OR MIT OR Apache-2.0 | Unlicense |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 30KB | 17KB | 7KB |
| Features | 4 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.79.0 | 1.65.0 | 1.83 |
| 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.
- •⚠ maybe-uninit-ext has not been updated in over a year.