summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/token_bucket.rs
blob: 4fc870fb6b7951f4a7c478604b2cc71bbbdf0811 (plain)
1
2
3
4
5
6
//! A token bucket implementation,
//! and async types which use the token bucket for rate limiting.

pub(crate) mod bucket;
pub(crate) mod dynamic_writer;
pub(crate) mod writer;