Decision Workspace
retry-if vs retry-if-macro vs retryx
Side-by-side comparison of Rust crates
45
retry-if
growingv0.3.1
A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
50
retry-if-macro
growingv0.3.0
A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
44
retryx
growingv1.0.0
Async-first retry and exponential backoff helper for Tokio-based Rust applications.
Core Metrics
| retry-if | retry-if-macro | retryx | |
|---|---|---|---|
| Health Score | 45 | 50 | 44 |
| Total Downloads | 8.5K | 5.7K | 27 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 7 | 0 |
| Releases | 7 | 3 | 1 |
| Last Updated | 62d ago | 62d ago | 208d ago |
| Age | 2y 2m | 2y 2m | 6m |
Health Breakdown
retry-if
Maintenance
14
Quality
10
Community
6
Popularity
5
Documentation
10
retry-if-macro
Maintenance
13
Quality
15
Community
8
Popularity
4
Documentation
10
retryx
Maintenance
5
Quality
18
Community
6
Popularity
2
Documentation
13
Technical Details
| retry-if | retry-if-macro | retryx | |
|---|---|---|---|
| Version | 0.3.1 | 0.3.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 8 | 4 | 2 |
| Crate Size | 13KB | 5KB | 6KB |
| Features | 4 | 1 | 0 |
| Yanked % | 28.6% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •retry-if-macro leads with a health score of 50/100, but none of the options score above 80.
- •retry-if has the most downloads (8.5K), suggesting wider adoption.
- •retry-if, retry-if-macro are pre-1.0 — API may change.