rustio rustio.net

debug_unsafe vs unchecked_unwrap vs assert-unchecked

Side-by-side comparison of Rust crates

Core Metrics

debug_unsafeunchecked_unwrapassert-unchecked
Health Score645754
Total Downloads3.7M785.6K2.5M
30d Downloads1.0M82.7K91.2K
Dependents43106272
Releases5103
Last Updated46d ago1466d ago1545d ago
Age1y 1m7y 3m4y 2m

Health Breakdown

debug_unsafe
Maintenance
15
Quality
16
Community
10
Popularity
8
Documentation
15
unchecked_unwrap
Maintenance
4
Quality
23
Community
12
Popularity
7
Documentation
11
assert-unchecked
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
13

Technical Details

debug_unsafeunchecked_unwrapassert-unchecked
Version0.1.44.0.00.1.2
Stable (≥1.0)✗ No✓ Yes✗ No
LicenseMIT OR Apache-2.0MIT OR Apache-2.0MIT
Dependencies100
Crate Size7KB9KB4KB
Features120
Yanked %0.0%0.0%0.0%
Edition202120182021
MSRV1.581.54
Owners111

Quick Verdict

  • debug_unsafe leads with a health score of 64/100, but none of the options score above 80.
  • assert-unchecked is depended on by 272 crates — strongest ecosystem trust.
  • ⚠ unchecked_unwrap, assert-unchecked have not been updated in over a year.
  • debug_unsafe, assert-unchecked are pre-1.0 — API may change.