<tutorialjinni.com/>

Install Rust in Windows

Posted Under: Rust, Rust Tutorial For Beginners, Tutorials, Windows on Sep 10, 2021
Install Rust in Windows
Rust is a high-level general-purpose programming language designed to be a fast and robust language. To install onto a windows machine. Installation is straight forward and all dependencies will automatically be addressed if we opt to go with rustup. For that, we need to download Rust installer and execute it, this will open a command prompt and guide the user for installation instruction. Rust Windows installer

Select option 1, for default installtion, and enter it will download and install Rust all its dependencies and set the PATH variable automatically.

Rust rustup on Widnows

once install close the terminal and open a new terminal and run following command
rustup -V #Show current version of rustup
rustuc -V #Show current version of rustc complier.
Rust Check version on terminal



imgae