gcra 0.6.0

A basic implementation of GCRA algorithm for rate limiting
Documentation
1
2
3
4
5
mod entry;
mod rate_limiter;

pub use entry::*;
pub use rate_limiter::*;