Decision Workspace
retryx vs retry-if-macro vs asyn-retry-policy
Side-by-side comparison of Rust crates
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.
42
asyn-retry-policy
experimentalv0.1.0
Async retry helpers with exponential backoff, jitter, and an ergonomic #[retry] attribute macro.
Core Metrics
| retryx | retry-if-macro | asyn-retry-policy | |
|---|---|---|---|
| Health Score | 46 | 42 | 42 |
| Total Downloads | 20 | 5.3K | 22 |
| 30d Downloads | 4 | 195 | 3 |
| Dependents | 0 | 5 | 0 |
| Releases | 1 | 2 | 1 |
| Last Updated | 100d ago | 620d ago | 86d ago |
| Age | 3m | 1y 11m | 2m |
Health Breakdown
retryx
Maintenance
8
Quality
17
Community
6
Popularity
2
Documentation
13
retry-if-macro
Maintenance
5
Quality
15
Community
8
Popularity
4
Documentation
10
asyn-retry-policy
Maintenance
8
Quality
13
Community
6
Popularity
2
Documentation
13
Technical Details
| retryx | retry-if-macro | asyn-retry-policy | |
|---|---|---|---|
| Version | 1.0.0 | 0.2.2 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 2 | 4 | 6 |
| Crate Size | 6KB | 4KB | 9KB |
| Features | 0 | 1 | 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.