Module built_info

Source
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.