Crate vergen_lib

Source
Expand description

§vergen-lib - Common structs, enums and constants used to support vergen

Modules§

Structs§

  • The default configuration to use when an issue has occured generating instructions
  • The Emitter will emit cargo instructions (i.e. cargo:rustc-env=NAME=VALUE) base on the configuration you enable.

Enums§

Traits§

  • This trait should be implemented to allow the vergen emitter to properly emit your custom instructions.
  • This trait should be implemented to allow the vergen emitter to properly emit instructions for your feature.

Functions§

Type Aliases§

  • The vector of strings used to emit cargo:rerun-if-changed=VALUE cargo instructions
  • The map used to emit cargo:rustc-env=NAME=VALUE cargo instructions
  • The vector of strings used to emit cargo:warning=VALUE cargo instructions