pub type BuildVariables = BTreeMap<String, String>;
A map of extra build variables, from variable name to value.
pub struct BuildVariables { /* private fields */ }