ratelimit

A simple ratelimiter that can be shared between threads.

Overview

This crate provides a ratelimiter that is based around a token bucket. It can be used in cases where you need to control the rate of some actions or where you may need to use admission control.

Usage

The API documentation of this library can be found at docs.rs/ratelimit.

Features

License

Licensed under either of

at your option.

Support

Create a new issue on GitHub.

Authors

A full list of [contributors] can be found on GitHub.