ratelimit 0.1.4

[work in progress] a token bucket ratelimiter using synchronous channels
docs.rs failed to build ratelimit-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ratelimit-0.9.1

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