1 2 3 4
/// This module only contains the structs needed for the configuration pub mod config_model; /// Module for reading or getting default configuration pub mod reader;