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.
Select option 1, for default installtion, and enter it will download and install Rust all its dependencies and set the PATH variable automatically.
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.