Rust

Installation

Welcome to Rust Installation guide.

MacOS

Learn how to install the rustup utility and the cargo package manager!
Terminal
rustup default stable
rustup update

Windows

The tools below are listed in the recommended installation order (as rust requires the Microsoft C++ Build Tools).

Terminal
rustup default stable-msvc
rustup update

Rust Tools

Terminal
cargo install just --locked
cargo install eza --locked
cargo install fd-find --locked
cargo install ripgrep --locked
cargo install ast-grep --locked
cargo install bat --locked
cargo install zoxide --locked
cargo install git-delta --locked
Learn how to install various performant Command Line Interface (CLI) tools!