Decision Workspace
maybe-uninit-ext vs uninit vs safe-manually-drop
Side-by-side comparison of Rust crates
44
maybe-uninit-ext
growingv0.7.0
Extended maybe-uninit types
55
uninit
growingv0.6.2
A collection of tools for a safer usage of uninitialized memory
51
safe-manually-drop
experimentalv0.1.1
`ManuallyDrop` "owned field" pattern with no `unsafe`, no `.unwrap()`s, no macros
Core Metrics
| maybe-uninit-ext | uninit | safe-manually-drop | |
|---|---|---|---|
| Health Score | 44 | 55 | 51 |
| Total Downloads | 8.3K | 8.3M | 2.3K |
| 30d Downloads | 9 | 331.0K | 10 |
| Dependents | 0 | 47 | 0 |
| Releases | 7 | 20 | 8 |
| Last Updated | 484d ago | 858d ago | 129d ago |
| Age | 2y 11m | 6y 7m | 8m |
Health Breakdown
maybe-uninit-ext
Maintenance
5
Quality
16
Community
6
Popularity
5
Documentation
12
uninit
Maintenance
6
Quality
13
Community
13
Popularity
8
Documentation
15
safe-manually-drop
Maintenance
13
Quality
16
Community
3
Popularity
4
Documentation
15
Technical Details
| maybe-uninit-ext | uninit | safe-manually-drop | |
|---|---|---|---|
| Version | 0.7.0 | 0.6.2 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Unlicense | Zlib OR MIT OR Apache-2.0 | Zlib OR MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 1 |
| Crate Size | 7KB | 36KB | 30KB |
| Features | 0 | 7 | 4 |
| Yanked % | 0.0% | 25.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.83 | 1.56 | 1.79.0 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •uninit leads with a health score of 55/100, but none of the options score above 80.
- •⚠ maybe-uninit-ext, uninit have not been updated in over a year.