crabbysearch/src/cache/mod.rs

6 lines
211 B
Rust
Raw Normal View History

//! 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.
2023-05-23 09:34:46 +00:00
pub mod cacher;
pub mod error;