1//! This module contains the discovery-related logic for the synchronization engine. 2//! 3//! It handles finding mailbox providers and managing their performance. 4mod providers; 5mod queries; 6mod ranking;