pub type Feature = (&'static str, Option<&'static str>);
Expand description

A key value pair of values known at compile time.