Decision Workspace
rcp-tools-throttle vs ratelimit vs leaky-bucket
Side-by-side comparison of Rust crates
58
rcp-tools-throttle
experimentalv0.29.0
Internal library for RCP tools - resource throttling and rate limiting (not intended for direct use)
70
ratelimit
stablev1.0.0
A lock-free token bucket ratelimiter
61
leaky-bucket
growingv1.1.2
A token-based rate limiter based on the leaky bucket algorithm.
Core Metrics
| rcp-tools-throttle | ratelimit | leaky-bucket | |
|---|---|---|---|
| Health Score | 58 | 70 | 61 |
| Total Downloads | 1.4K | 15.5M | 1.8M |
| 30d Downloads | 143 | 835.6K | 103.3K |
| Dependents | 28 | 267 | 709 |
| Releases | 10 | 30 | 30 |
| Last Updated | 10d ago | 7d ago | 674d ago |
| Age | 5m | 10y 5m | 6y 7m |
Health Breakdown
rcp-tools-throttle
Maintenance
18
Quality
14
Community
9
Popularity
4
Documentation
13
ratelimit
Maintenance
16
Quality
16
Community
18
Popularity
8
Documentation
12
leaky-bucket
Maintenance
6
Quality
20
Community
14
Popularity
7
Documentation
14
Technical Details
| rcp-tools-throttle | ratelimit | leaky-bucket | |
|---|---|---|---|
| Version | 0.29.0 | 1.0.0 | 1.1.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 1 | 8 |
| Crate Size | 15KB | 15KB | 30KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| MSRV | — | 1.85 | 1.63 |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •ratelimit leads with a health score of 70/100, but none of the options score above 80.
- •leaky-bucket is depended on by 709 crates — strongest ecosystem trust.
- •⚠ leaky-bucket has not been updated in over a year.
- •rcp-tools-throttle is pre-1.0 — API may change.