rustio rustio.net

unsafe_unwrap vs or-panic vs unchecked_unwrap

Side-by-side comparison of Rust crates

Core Metrics

unsafe_unwrapor-panicunchecked_unwrap
Health Score435857
Total Downloads950.8K3.0K785.6K
30d Downloads31.7K1.5K82.7K
Dependents1607106
Releases1210
Last Updated3159d ago128d ago1466d ago
Age8y 8m4m7y 3m

Health Breakdown

unsafe_unwrap
Maintenance
1
Quality
16
Community
11
Popularity
7
Documentation
8
or-panic
Maintenance
11
Quality
20
Community
8
Popularity
4
Documentation
15
unchecked_unwrap
Maintenance
4
Quality
23
Community
12
Popularity
7
Documentation
11

Technical Details

unsafe_unwrapor-panicunchecked_unwrap
Version0.1.01.0.24.0.0
Stable (≥1.0)✗ No✓ Yes✓ Yes
LicenseMIT/Apache-2.0MIT OR Apache-2.0MIT OR Apache-2.0
Dependencies000
Crate Size7KB8KB9KB
Features032
Yanked %0.0%0.0%0.0%
Edition20212018
MSRV1.681.54
Owners111

Quick Verdict

  • or-panic leads with a health score of 58/100, but none of the options score above 80.
  • unsafe_unwrap has the most downloads (950.8K), suggesting wider adoption.
  • unsafe_unwrap is depended on by 160 crates — strongest ecosystem trust.
  • ⚠ unsafe_unwrap, unchecked_unwrap have not been updated in over a year.
  • unsafe_unwrap is pre-1.0 — API may change.