Crate vergen_lib
source ·Modules§
- Internal Constants
Structs§
- The default configuration to use when an issue has occured generating instructions
Enums§
- VergenKey
buildorcargoorgitorrustcorsiThe keys used in thecrate::CargoRustcEnvMap
Traits§
- This trait should be implemented to allow the
vergenemitter to properly emit your custom instructions. - This trait should be implemented to allow the
vergenemitter to properly emit instructions for your feature.
Functions§
- Add a
VergenKeyentry as a default string into theCargoRustcEnvMap. The value is either from an environment variable override orcrate::constants::VERGEN_IDEMPOTENT_DEFAULT - Add a
VergenKeyentry as a string into theCargoRustcEnvMap. - Count the number of idempotent entries in a
CargoRustcEnvMap
Type Aliases§
- The vector of strings used to emit
cargo:rerun-if-changed=VALUEcargo instructions - The map used to emit
cargo:rustc-env=NAME=VALUEcargo instructions - The vector of strings used to emit
cargo:warning=VALUEcargo instructions