1 2 3 4 5 6 7 8
#![allow(dead_code)] #![allow(clippy::borrowed_box)] #[cfg(feature = "client")] pub mod client; pub mod common; #[cfg(feature = "server")] pub mod server;