pub fn config_value<'a>( config: &'a [(String, Value)], key: &str, ) -> Option<&'a Value>
Looks up a config entry by key, comparing ASCII case-insensitively.