abstreet/rustdoc/game/pregame/built_info/sidebar-items.js
2021-06-03 16:26:01 +00:00

1 line
1.8 KiB
JavaScript

initSidebarItems({"constant":[["BUILT_TIME_UTC","The build time in RFC2822, UTC."],["CFG_ENDIAN","The endianness, given by `CARGO_CFG_TARGET_ENDIAN`."],["CFG_ENV","The toolchain-environment, given by `CARGO_CFG_TARGET_ENV`."],["CFG_FAMILY","The OS-family, given by `CARGO_CFG_TARGET_FAMILY`."],["CFG_OS","The operating system, given by `CARGO_CFG_TARGET_OS`."],["CFG_POINTER_WIDTH","The pointer width, given by `CARGO_CFG_TARGET_POINTER_WIDTH`."],["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."],["FEATURES","The features that were enabled during compilation."],["FEATURES_STR","The features as a comma-separated string."],["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_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."],["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","`release` for release builds, `debug` for other builds."],["RUSTC","The compiler that cargo resolved to use."],["RUSTC_VERSION","The output of `rustc -V`"],["RUSTDOC","The documentation generator that cargo resolved to use."],["RUSTDOC_VERSION","The output of `rustdoc -V`"],["TARGET","The target triple that was being compiled for."]],"fn":[["maybe_update",""]]});