Spaces:
Runtime error
Runtime error
//! 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; | |
/// encryption module contains encryption utils such the cipher and key | |
pub mod encryption; | |
pub mod error; | |
pub mod redis_cacher; | |