Rust is the next big thing in the programming world. According to the Stack Over Flow, its the most loved programming language.
Installation
If you are installing on Mac or Linux, follow this command to install.
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Once you are done, please use the rustc command to check the version
$ rustc --version
rustc 1.49.0 (e1884a8e3 2020-12-29)
No comments:
Post a Comment