[−][src]Module hid_io::built_info
Compile time information
Constants
BUILT_TIME_UTC | The built-time in RFC2822, UTC |
CFG_ENDIAN | The endianness, given by |
CFG_ENV | The toolchain-environment, given by |
CFG_FAMILY | The OS-family, given by |
CFG_OS | The operating system, given by |
CFG_POINTER_WIDTH | The pointer width, given by |
CFG_TARGET_ARCH | The target architecture, given by |
CI_PLATFORM | The Continuous Integration platform detected during compilation. |
DEBUG | Value of DEBUG for the profile used during compilation. |
FEATURES | The features that were enabled during compilation. |
FEATURES_STR | The features as a comma-separated string. |
GIT_VERSION | If the crate was compiled from within a git-repository, |
HOST | The host triple of the rust compiler. |
NUM_JOBS | The parallelism that was specified during compilation. |
OPT_LEVEL | Value of OPT_LEVEL for the profile used during compilation. |
PKG_AUTHORS | A colon-separated list of authors. |
PKG_DESCRIPTION | The description. |
PKG_HOMEPAGE | The homepage. |
PKG_NAME | The name of the package. |
PKG_VERSION | The full version. |
PKG_VERSION_MAJOR | The major version. |
PKG_VERSION_MINOR | The minor version. |
PKG_VERSION_PATCH | The patch version. |
PKG_VERSION_PRE | The pre-release version. |
PROFILE |
|
RUSTC | The compiler that cargo resolved to use. |
RUSTC_VERSION | The output of |
RUSTDOC | The documentation generator that cargo resolved to use. |
RUSTDOC_VERSION | The output of |
TARGET | The target triple that was being compiled for. |