Expand description
This module has build and meta information about the library.
Constants§
- The build time in RFC2822, UTC.
- The toolchain-environment, given by
CARGO_CFG_TARGET_ENV. - The operating system, given by
CARGO_CFG_TARGET_OS. - The target architecture, given by
CARGO_CFG_TARGET_ARCH. - The Continuous Integration platform detected during compilation.
- Value of DEBUG for the profile used during compilation.
- If the crate was compiled from within a git-repository,
GIT_COMMIT_HASHcontains HEAD’s full commit SHA-1 hash. - The parallelism that was specified during compilation.
- The license.
- The name of the package.
- The source repository as advertised in Cargo.toml.
- The full version.
- The output of
/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc -V - The target triple that was being compiled for.
Statics§
- The full version info, including build information.
- The package name and full version info, including build information.
- The package name and version info.