rate_limit

Crates.iorate_limit
lib.rsrate_limit
version0.1.1
sourcesrc
created_at2019-07-30 11:04:32.314272
updated_at2019-07-30 13:16:14.558987
descriptionA simple token-bucket style rate limiter
homepage
repositoryhttps://github.com/museun/rate_limit
max_upload_size
id152882
size10,797
(museun)

documentation

README

rate_limit

rate_limit

This is a simple token-butcket style rate limiter

It provides neat features like an estimate of the next block

and possible inverse of the bucket (filling vs draining)

this provides both thread-safe and non-thread-safe versions

Commit count: 3

cargo fmt