ratelimit - a token bucket ratelimiter for rust
[placeholder]
Usage
To use ratelimit, first add this to your Cargo.toml:
[]
= "*"
Then, add this to your crate root:
extern crate ratelimit;
Features
- it builds!
Future work
- better documentation
- code cleanup
- examples