1 2 3 4 5 6 7
/// Contains ready-made [Servers][crate::Server] which can be used in tests. #[cfg(feature = "auth")] pub mod auth; #[cfg(feature = "database")] pub mod database; #[cfg(feature = "hashi")] pub mod hashi;