mod error; mod resources; mod server; mod users; pub use error::{Error, Result}; pub use server::Server; #[cfg(test)] mod tests { use super::*; }