mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
5 lines
170 B
Rust
5 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;
|