pub type Feature = (&'static str, Option<Cow<'static, str>>);
A key value pair of values known at compile time.