LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rustup-target

Manage Rust cross-compilation targets

TLDR

List targets
$ rustup target list
copy
Add target
$ rustup target add [wasm32-unknown-unknown]
copy
Add ARM target
$ rustup target add aarch64-unknown-linux-gnu
copy
Remove target
$ rustup target remove [target]
copy

SYNOPSIS

rustup target command [options]

DESCRIPTION

rustup target manages cross-compilation targets. Add targets to compile for different platforms (ARM, WebAssembly, Windows, etc.) from your current system.

PARAMETERS

list

List available targets.
add target
Install target.
remove target
Uninstall target.
--toolchain name
Target specific toolchain.

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