Trabla: Rust: install rust lang (1.7) on windows
Rust is a general-purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, imperative-procedural, and object-oriented styles.
https://en.wikipedia.org/wiki/Rust_(programming_language)
Solving:
1. Goto Rust Official site - https://www.rust-lang.org/downloads.html
and click on windows version to download
2. Double click on downloaded installer
3. Click "Run"
4. Rust lang installation wizard - Click "Install"
5. Installing ...
6. Rust lang installation completed - click "Finish" button.
7. Now run windows command prompt and check Rust lang compiler version
Type following command:
rustc --version
No comments:
Post a Comment