πŸ¦€Rust

Install Rust and Cargo on your computer

cargo - Rust official package manager

Select your Operating System

Installing Rust and Cargo

Download Rust Here

Other installation methods

Check the Rust Installation

Open cmd or PowerShell and type:

rustc --version

Check the Cargo Installation

Open cmd or PowerShell and type:

cargo --version

If it returns the version of both then it is installed correctly!

Last updated