postrust-proxy 0.2.4

Reverse proxy for Postrust with load balancing and automatic TLS certificates
Documentation
1
2
3
4
5
6
7
//! Rate limiting for the proxy.

mod limiter;
mod token_bucket;

pub use limiter::{RateLimitKey, RateLimiter};
pub use token_bucket::TokenBucket;