Expand description
This module has build and meta information about the library.
Statics§
- BUILT_
TIME_ UTC - The build time in RFC2822, UTC.
- CFG_ENV
- The toolchain-environment, given by
CARGO_CFG_TARGET_ENV. - CFG_OS
- The operating system, given by
CARGO_CFG_TARGET_OS. - CFG_
TARGET_ ARCH - The target architecture, given by
CARGO_CFG_TARGET_ARCH. - CI_
PLATFORM - The Continuous Integration platform detected during compilation.
- DEBUG
- Value of DEBUG for the profile used during compilation.
- FULL_
VERSION - The full version info, including build information.
- FULL_
VERSION_ WITH_ NAME - The package name and full version info, including build information.
- GIT_
COMMIT_ HASH - If the crate was compiled from within a git-repository,
GIT_COMMIT_HASHcontains HEAD’s full commit SHA-1 hash. - GIT_
COMMIT_ HASH_ SHORT - NUM_
JOBS - The parallelism that was specified during compilation.
- PKG_
AUTHORS - A colon-separated list of authors.
- PKG_
DESCRIPTION - The description.
- PKG_
LICENSE - The license.
- PKG_
NAME - The name of the package.
- PKG_
REPOSITORY - The source repository as advertised in Cargo.toml.
- PKG_
VERSION - The full version.
- RUSTC_
VERSION - The output of
/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc -V - TARGET
- The target triple that was being compiled for.
- VERSION
- The package name and version info.