surfx / src /server /mod.rs
neon_arch
⚙️ refactor: change & add documentation to the code based on the lints (#205)
049b1c1
raw
history blame
354 Bytes
//! This module provides modules that handle the functionality of handling different routes/paths
//! for the `websurfx` search engine website. Also it handles the parsing of search parameters in
//! the search route. Also, caches the next, current and previous search results in the search
//! routes with the help of the redis server.
pub mod routes;