Spaces:
Runtime error
Runtime error
File size: 370 Bytes
049b1c1 493c56b 15fc415 |
1 2 3 4 5 6 7 8 |
//! 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 router;
pub mod routes;
|