natter/src/config/mod.rs
Tom Alexander 672ca07a0e
Introduce a new config struct the lives above the raw disk implementation.
This should let us include values that would not be written to disk like the folder containing the config.
2023-10-18 21:25:37 -04:00

4 lines
48 B
Rust

mod full;
mod raw;
pub(crate) use full::Config;