Macro configuration_keys

Source
macro_rules! configuration_keys {
    ($($key_ident:ident($key:literal, $value:ident)),* ) => { ... };
}