HomeDisk/utils/src/config/mod.rs

7 lines
78 B
Rust

mod error;
mod parser;
use parser as config;
pub use {config::*, error::*};