mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
8 lines
105 B
Rust
8 lines
105 B
Rust
pub mod ratelimiter;
|
|
|
|
#[cfg(feature = "rocket")]
|
|
pub mod rocket;
|
|
|
|
#[cfg(feature = "axum")]
|
|
pub mod axum;
|