LinuxCommandLibrary

rustup-run

Run a command with an environment configured for a given Rust toolchain.

TLDR

Run a command using a given Rust toolchain (see rustup help toolchain for more information)

$ rustup run [toolchain] [command]
copy

Copied to clipboard