Decision Workspace
retry-if vs retryx vs retry-if-macro
Side-by-side comparison of Rust crates
39
retry-if
growingv0.2.3
A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
46
retryx
experimentalv1.0.0
Async-first retry and exponential backoff helper for Tokio-based Rust applications.
42
retry-if-macro
growingv0.2.2
A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
Core Metrics
| retry-if | retryx | retry-if-macro | |
|---|---|---|---|
| Health Score | 39 | 46 | 42 |
| Total Downloads | 8.2K | 20 | 5.3K |
| 30d Downloads | 177 | 4 | 195 |
| Dependents | 0 | 0 | 5 |
| Releases | 5 | 1 | 2 |
| Last Updated | 571d ago | 100d ago | 620d ago |
| Age | 1y 11m | 3m | 1y 11m |
Health Breakdown
retry-if
Maintenance
8
Quality
10
Community
6
Popularity
5
Documentation
10
retryx
Maintenance
8
Quality
17
Community
6
Popularity
2
Documentation
13
retry-if-macro
Maintenance
5
Quality
15
Community
8
Popularity
4
Documentation
10
Technical Details
| retry-if | retryx | retry-if-macro | |
|---|---|---|---|
| Version | 0.2.3 | 1.0.0 | 0.2.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 8 | 2 | 4 |
| Crate Size | 14KB | 6KB | 4KB |
| Features | 4 | 0 | 1 |
| Yanked % | 20.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •retryx leads with a health score of 46/100, but none of the options score above 80.
- •retry-if has the most downloads (8.2K), suggesting wider adoption.
- •⚠ retry-if, retry-if-macro have not been updated in over a year.
- •retry-if, retry-if-macro are pre-1.0 — API may change.