Decision Workspace
asyn-retry-policy vs retry-if-macro vs retry-if
Side-by-side comparison of Rust crates
40
asyn-retry-policy
experimentalv0.1.0
Async retry helpers with exponential backoff, jitter, and an ergonomic #[retry] attribute macro.
53
retry-if-macro
growingv0.3.0
A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
48
retry-if
growingv0.3.1
A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
Core Metrics
| asyn-retry-policy | retry-if-macro | retry-if | |
|---|---|---|---|
| Health Score | 40 | 53 | 48 |
| Total Downloads | 24 | 5.5K | 8.3K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 7 | 0 |
| Releases | 1 | 3 | 7 |
| Last Updated | 145d ago | 13d ago | 13d ago |
| Age | 4m | 2y 1m | 2y 1m |
Health Breakdown
asyn-retry-policy
Maintenance
6
Quality
13
Community
6
Popularity
2
Documentation
13
retry-if-macro
Maintenance
16
Quality
15
Community
8
Popularity
4
Documentation
10
retry-if
Maintenance
17
Quality
10
Community
6
Popularity
5
Documentation
10
Technical Details
| asyn-retry-policy | retry-if-macro | retry-if | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.0 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 6 | 4 | 8 |
| Crate Size | 9KB | 5KB | 13KB |
| Features | 0 | 1 | 4 |
| Yanked % | 0.0% | 0.0% | 28.6% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •retry-if-macro leads with a health score of 53/100, but none of the options score above 80.
- •retry-if has the most downloads (8.3K), suggesting wider adoption.