spacex / src /config /mod.rs
neon_arch
⚙️ refactor: change & add documentation to the code based on the lints (#205)
049b1c1
raw
history blame
193 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;
pub mod parser_models;