LinuxCommandLibrary

rustup-show

Show installed toolchains, targets and the version of `rustc`.

TLDR

Show all information

$ rustup show
copy


Show the active toolchain
$ rustup show active-toolchain
copy


Show the rustup data directory
$ rustup show home
copy

Copied to clipboard