async_limiter
An asynchronous rate limiter for Rust based on the token bucket algorithm.
Installation
Add this to your Cargo.toml
:
[]
= "0.1"
Basic Usage
let limiter = new;
for _ in 0..10000
Contribution
I developed this simple package for my own use cases. I thought it may benefit others. If I missed something or you need a new feature, feel free to open an issue.