[placeholder]
To use ratelimit, first add this to your Cargo.toml:
ratelimit
Cargo.toml
toml [dependencies] ratelimit = "*"
Then, add this to your crate root:
rust extern crate ratelimit;