1
2
3
4
5
/// Configuration of the program
#[derive(Default)]
pub struct Config {
    pub enable_cjk: bool,
}