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