brakes 0.1.0

A distributed rate limiting library
Documentation
1
2
3
4
5
6
#[cfg(feature = "actixweb")]
#[cfg_attr(docsrs, doc(cfg(feature = "actixweb")))]
pub mod actixweb;
#[cfg(feature = "tower")]
#[cfg_attr(docsrs, doc(cfg(feature = "tower")))]
pub mod tower;