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