Skip to content

v0.0.1-devkit-rl

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 10:09
· 2 commits to main since this release

[0.0.1-devkit-rl] - 2024-09-09

⛰️ Features

  • (rl) add token bucket rate limiter. - (cacf245) - hedon954
  • (rl) add leaky bucket rate limiter - (bb075b1) - hedon954
  • (rl) add fixed window rate limiter. - (d240702) - hedon954
  • (rl) add sliding window log rate limiter. - (42f3a1b) - hedon954
  • (rl) add sliding window count rate limiter - (89dc3d3) - hedon954

📚 Documentation

  • (fixedwindow) add rust document comment for fixed window rate limiter - (ac1bcdf) - hedon954
  • (leakybucket) add rust document for leaky bucket - (f1e5511) - hedon954
  • (readme) add rate limiters introduction. - (2148806) - hedon954
  • (slidingwindowcount) add rust document comments for sliding window count rate limiter - (a1ed019) - hedon954
  • (slidingwindowlog) add rust document comments for sliding window log rate limiter. - (3570c81) - hedon954
  • (tokenbucket) add rust document for token bucket rate limiter. - (ad2bebc) - hedon954