rustio rustio.net

assert_matches vs assert_let_bind vs try_match

Side-by-side comparison of Rust crates

Core Metrics

assert_matchesassert_let_bindtry_match
Health Score584553
Total Downloads53.9M275.8K1.5M
30d Downloads4.0M6.4K105.1K
Dependents23.7K1063
Releases729
Last Updated1877d ago1320d ago610d ago
Age10y 1m3y 7m6y 5m

Health Breakdown

assert_matches
Maintenance
4
Quality
21
Community
14
Popularity
8
Documentation
11
assert_let_bind
Maintenance
4
Quality
16
Community
9
Popularity
6
Documentation
10
try_match
Maintenance
5
Quality
18
Community
11
Popularity
7
Documentation
12

Technical Details

assert_matchesassert_let_bindtry_match
Version1.5.00.1.10.4.2
Stable (≥1.0)✓ Yes✗ No✗ No
LicenseMIT/Apache-2.0MITMIT OR Apache-2.0
Dependencies002
Crate Size8KB3KB14KB
Features005
Yanked %0.0%0.0%0.0%
Edition20212021
MSRV1.56
Owners111

Quick Verdict

  • assert_matches leads with a health score of 58/100, but none of the options score above 80.
  • assert_matches is depended on by 23.7K crates — strongest ecosystem trust.
  • ⚠ assert_matches, assert_let_bind, try_match have not been updated in over a year.
  • assert_let_bind, try_match are pre-1.0 — API may change.