28 releases
0.10.0 | Oct 31, 2024 |
---|---|
0.9.1 | Apr 15, 2024 |
0.9.0 | Dec 15, 2023 |
0.7.1 | Sep 28, 2023 |
0.1.9 | Nov 9, 2015 |
#34 in Concurrency
641,651 downloads per month
Used in 15 crates
(14 directly)
105KB
2K
SLoC
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
- Simple token bucket ratelimiter for ratelimiting and admission control
- Thread-safe so it can be used as a global ratelimiter for multi-threaded programs
- Allows runtime reconfiguration that can be used to alter the effective ratelimit or other aspects of its behavior
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Support
Create a new issue on GitHub.
Authors
- Brian Martin brian@pelikan.io
A full list of contributors can be found on GitHub.
Dependencies
~1.3–7MB
~41K SLoC