surfx / src /config /mod.rs
neon_arch
⚙️ refactor: reorganize code & restructure codebase for better maintainability (#207)
493c56b
raw
history blame contribute delete
No virus
170 Bytes
//! 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;