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