surfx / src /cache /mod.rs
neon_arch
Merge branch 'rolling' into change-document-style-with-linter-warnings
fb231de unverified
raw
history blame
211 Bytes
//! This module provides the modules which provide the functionality to cache the aggregated
//! results fetched and aggregated from the upstream search engines in a json format.
pub mod cacher;
pub mod error;