Decision Workspace
ritlers vs precise_rate_limiter vs retryx
Side-by-side comparison of Rust crates
54
ritlers
experimentalv0.3.0
A task-length aware rate limiter that waits for tasks to finish before counting them against the rate limit
47
precise_rate_limiter
experimentalv0.3.0
A high-performance, precise rate limiter using tokio channels and atomic operations
46
retryx
experimentalv1.0.0
Async-first retry and exponential backoff helper for Tokio-based Rust applications.
Core Metrics
| ritlers | precise_rate_limiter | retryx | |
|---|---|---|---|
| Health Score | 54 | 47 | 46 |
| Total Downloads | 68 | 232 | 20 |
| 30d Downloads | 29 | 9 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 3 | 7 | 1 |
| Last Updated | 5d ago | 120d ago | 100d ago |
| Age | 4m | 4m | 3m |
Health Breakdown
ritlers
Maintenance
19
Quality
15
Community
6
Popularity
2
Documentation
12
precise_rate_limiter
Maintenance
14
Quality
14
Community
6
Popularity
3
Documentation
10
retryx
Maintenance
8
Quality
17
Community
6
Popularity
2
Documentation
13
Technical Details
| ritlers | precise_rate_limiter | retryx | |
|---|---|---|---|
| Version | 0.3.0 | 0.3.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 1 | 2 |
| Crate Size | 30KB | 21KB | 6KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ritlers leads with a health score of 54/100, but none of the options score above 80.
- •precise_rate_limiter has the most downloads (232), suggesting wider adoption.
- •ritlers, precise_rate_limiter are pre-1.0 — API may change.