Decision Workspace
project-uninit vs uninit vs typed_macros
Side-by-side comparison of Rust crates
33
project-uninit
growingv0.1.1
Macros for safe references to and initialization of fields in MaybeUninit structs
55
uninit
growingv0.6.2
A collection of tools for a safer usage of uninitialized memory
55
typed_macros
growingv1.0.6
Adds typing to your macro's arguments, making it a lot less of a pain to deal with them.
Core Metrics
| project-uninit | uninit | typed_macros | |
|---|---|---|---|
| Health Score | 33 | 55 | 55 |
| Total Downloads | 3.9K | 8.3M | 8.3K |
| 30d Downloads | 8 | 331.0K | 10 |
| Dependents | 0 | 47 | 0 |
| Releases | 2 | 20 | 7 |
| Last Updated | 1797d ago | 858d ago | 1260d ago |
| Age | 4y 11m | 6y 7m | 3y 5m |
Health Breakdown
project-uninit
Maintenance
3
Quality
16
Community
3
Popularity
4
Documentation
7
uninit
Maintenance
6
Quality
13
Community
13
Popularity
8
Documentation
15
typed_macros
Maintenance
10
Quality
21
Community
6
Popularity
5
Documentation
13
Technical Details
| project-uninit | uninit | typed_macros | |
|---|---|---|---|
| Version | 0.1.1 | 0.6.2 | 1.0.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | non-standard | Zlib OR MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 8KB | 36KB | 4KB |
| Features | 0 | 7 | 0 |
| Yanked % | 0.0% | 25.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •uninit leads with a health score of 55/100, but none of the options score above 80.
- •⚠ project-uninit, uninit, typed_macros have not been updated in over a year.
- •project-uninit, uninit are pre-1.0 — API may change.