lavina/src/projections/mod.rs

4 lines
88 B
Rust

//! Protocol projections — implementations of public APIs.
pub mod irc;
pub mod xmpp;