ratelimit - a token bucket ratelimiter for rust

[placeholder]

Build Status crates.io License

Usage

To use ratelimit, first add this to your Cargo.toml:

toml [dependencies] ratelimit = "*"

Then, add this to your crate root:

rust extern crate ratelimit;

Features

Future work