pub type Feature = (&'static str, Option<String>);
A feature name known at compile time and its optional owned value.