Expand description
Includes information about the current build.
Constantsยง
- DEBUG
- Level of debug info for Vector.
- GIT_
SHORT_ HASH - The short hash of the Git HEAD
- PKG_
DESCRIPTION - The description of this package.
- PKG_
NAME - The full name of this package.
- PKG_
VERSION - The full version of this package.
- RUST_
VERSION - The rust version from the package manifest.
- TARGET
- The target triple being compiled for. (e.g. x86_64-pc-windows-msvc)
- TARGET_
ARCH - The target architecture being compiled for. (e.g. x86_64)
- TARGET_
OS - The target OS being compiled for. (e.g. macos)
- TARGET_
VENDOR - The target vendor being compiled for. (e.g. apple)
- VECTOR_
BUILD_ DESC - Special build description, related to versioned releases.