spacex / src /results /mod.rs
Uday Sagar
πŸ”§ Restricts the visibility of the `user-agent` helper module (#331)
405d006 unverified
raw
history blame contribute delete
313 Bytes
//! This module provides modules that handle the functionality to aggregate the fetched search
//! results from the upstream search engines and filters it if safe search is set to 3 or 4. Also,
//! provides various models to aggregate search results into a standardized form.
pub mod aggregator;
mod user_agent;