A token-based rate limiter implementing the leaky bucket algorithm.
# Cargo.toml
[dependencies]
leaky-bucket = "1.1.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a leaky bucket rate limiter and acquire a token.
Add tokio as a dependency and use #[tokio::main].
No dependency data recorded yet.