crabbysearch/src/config/mod.rs

4 lines
170 B
Rust

//! This module provides the modules which handles the functionality to parse the lua config
//! and convert the config options into rust readable form.
pub mod parser;