Decision Workspace
unchecked-std vs debug_unsafe vs uncon
Side-by-side comparison of Rust crates
50
unchecked-std
stablev1.1.1
Fast, unchecked variants of common std methods
64
debug_unsafe
growingv0.1.4
Uses `debug-assertions` as a switch of safe/unsafe behaviour
47
uncon
growingv1.1.0
Traits for unchecked conversions between types.
Core Metrics
| unchecked-std | debug_unsafe | uncon | |
|---|---|---|---|
| Health Score | 50 | 64 | 47 |
| Total Downloads | 3.3K | 3.7M | 10.1K |
| 30d Downloads | 9 | 1.0M | 64 |
| Dependents | 0 | 43 | 17 |
| Releases | 5 | 5 | 2 |
| Last Updated | 35d ago | 46d ago | 3113d ago |
| Age | 1y 10m | 1y 1m | 8y 6m |
Health Breakdown
unchecked-std
Maintenance
14
Quality
19
Community
3
Popularity
4
Documentation
10
debug_unsafe
Maintenance
15
Quality
16
Community
10
Popularity
8
Documentation
15
uncon
Maintenance
3
Quality
23
Community
8
Popularity
5
Documentation
8
Technical Details
| unchecked-std | debug_unsafe | uncon | |
|---|---|---|---|
| Version | 1.1.1 | 0.1.4 | 1.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | 0BSD | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 3 | 1 | 0 |
| Crate Size | 7KB | 7KB | 9KB |
| Features | 0 | 1 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | — |
| MSRV | — | 1.58 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •debug_unsafe leads with a health score of 64/100, but none of the options score above 80.
- •⚠ uncon has not been updated in over a year.
- •debug_unsafe is pre-1.0 — API may change.