pub type CargoRustcEnvMap = BTreeMap<VergenKey, String>;
The map used to emit cargo:rustc-env=NAME=VALUE cargo instructions
cargo:rustc-env=NAME=VALUE
struct CargoRustcEnvMap { /* private fields */ }