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