ratelimit 0.1.7

[work in progress] a token bucket ratelimiter using synchronous channels
Documentation

ratelimit - a token bucket ratelimiter for rust

[placeholder]

Build Status crates.io License

Usage

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

[dependencies]
ratelimit = "*"

Then, add this to your crate root:

extern crate ratelimit;

Features

  • it builds!

Future work

  • better documentation
  • code cleanup
  • examples