Rust
install
# Arch
sudo pacman -S rustup
# Windows 10
scoop install rustup
# Ubuntu 22 ARM
sudo apt install rustc cargo
usage
rustup default stable
rustup update
reference
- #book Rust 程序设计语言
- #book Unofficial Bevy Cheat Book
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
# Arch
sudo pacman -S rustup
# Windows 10
scoop install rustup
# Ubuntu 22 ARM
sudo apt install rustc cargo
rustup default stable
rustup update