//! Core #![cfg_attr(docsrs, feature(doc_cfg))] #![warn( missing_docs, rustdoc::broken_intra_doc_links, missing_debug_implementations )] /// Protobuf types #[cfg(feature = "auth")] pub mod google; /// Interactions with Auth server pub mod auth; /// Interactions with Profile server pub mod profile;