Modules§
- cli
- command_
add - command_
api - command_
completions - command_
config_ backgroundselfupdate - command_
config_ modifypath - command_
config_ startupselfupdate - command_
config_ symlinks - command_
config_ versionsdbupdate - command_
default - command_
gc - command_
info - command_
initial_ setup_ from_ launcher - command_
link - command_
list - command_
override - command_
remove - command_
selfchannel - command_
selfuninstall - command_
selfupdate - command_
status - command_
update - command_
update_ version_ db - config_
file - global_
paths - jsonstructs_
versionsdb - operations
- utils
- versions_
file
Constants§
Statics§
- 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_
LOWERCASE - The features as above, as lowercase strings.
- FEATURES_
LOWERCASE_ STR - The feature-string as above, from lowercase strings.
- 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
/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc -V
- RUSTDOC
- The documentation generator that cargo resolved to use.
- RUSTDOC_
VERSION - The output of
/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc -V
; empty string if/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc -V
failed to execute - TARGET
- The target triple that was being compiled for.