mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 22:18:23 -05:00
8 lines
345 B
Rust
8 lines
345 B
Rust
//! 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 aggregation_models;
|
|
pub mod aggregator;
|
|
pub mod user_agent;
|