6 lines
197 B
Rust
6 lines
197 B
Rust
//! This module provides other modules to handle the partials for the tabs for the settings page
|
|
//! view in the `crabbysearch` frontend.
|
|
|
|
pub mod cookies;
|
|
pub mod engines;
|
|
pub mod user_interface;
|