neon_arch
πŸ’‘ chore: add documentation to the code (#302)
c1a5b70
raw
history blame
157 Bytes
//! This module provides other modules to handle both the view and its partials for the `websurfx`
//! search engine frontend.
mod partials;
pub mod views;