Decision Workspace
retry-if-macro vs retryx vs asyn-retry-policy
Side-by-side comparison of Rust crates
42
retry-if-macro
growingv0.2.2
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
asyn-retry-policy
experimentalv0.1.0
Async retry helpers with exponential backoff, jitter, and an ergonomic #[retry] attribute macro.
Core Metrics
| retry-if-macro | retryx | asyn-retry-policy | |
|---|---|---|---|
| Health Score | 42 | 46 | 42 |
| Total Downloads | 5.3K | 20 | 22 |
| 30d Downloads | 195 | 4 | 3 |
| Dependents | 5 | 0 | 0 |
| Releases | 2 | 1 | 1 |
| Last Updated | 620d ago | 100d ago | 86d ago |
| Age | 1y 11m | 3m | 2m |
Health Breakdown
retry-if-macro
Maintenance
5
Quality
15
Community
8
Popularity
4
Documentation
10
retryx
Maintenance
8
Quality
17
Community
6
Popularity
2
Documentation
13
asyn-retry-policy
Maintenance
8
Quality
13
Community
6
Popularity
2
Documentation
13
Technical Details
| retry-if-macro | retryx | asyn-retry-policy | |
|---|---|---|---|
| Version | 0.2.2 | 1.0.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 4 | 2 | 6 |
| Crate Size | 4KB | 6KB | 9KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| 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-macro has the most downloads (5.3K), suggesting wider adoption.
- •⚠ retry-if-macro has not been updated in over a year.
- •retry-if-macro, asyn-retry-policy are pre-1.0 — API may change.