use config_proc::ConfigFile; #[derive(ConfigFile)] struct Configuration { #[filename = "owo"] id: u8, }