xmpp-proxy/src/webtransport/mod.rs

6 lines
95 B
Rust

#[cfg(feature = "incoming")]
pub mod incoming;
#[cfg(feature = "outgoing")]
pub mod outgoing;