reinhardt-rest 0.1.2

REST API framework aggregator for Reinhardt
Documentation
1
2
3
4
5
6
7
//! Rate limiting for Reinhardt framework
//!
//! This module re-exports throttling functionality from `reinhardt-throttling` crate.
//!
//! See `reinhardt-throttling` documentation for detailed usage.

pub use reinhardt_throttling::*;