LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rustup-run

Run commands with a specific Rust toolchain

TLDR

Run command with toolchain
$ rustup run stable cargo build
copy
Run with nightly
$ rustup run nightly rustc --version
copy
Run specific version
$ rustup run [1.70.0] cargo test
copy

SYNOPSIS

rustup run toolchain command [args...]

DESCRIPTION

rustup run executes a command with a specific Rust toolchain. Temporarily uses specified toolchain regardless of default or override settings.

PARAMETERS

--install

Install toolchain if missing.

INSTALL

sudo apt install rustup
copy
sudo dnf install rustup
copy
sudo pacman -S rustup
copy
sudo zypper install rustup
copy
brew install rustup
copy
nix profile install nixpkgs#rustup
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid