
Also used to build documentation and check formatting. cargo - Used to build, test and manage packages.rustup - The Rust installer and the version management tool.When the installation promts for the Current installation options:, either press Enter or select the default option by entering 1.Ībove command installs the following Rust tools This downloads the script and installs necessary Rust tools. Run the following command in the Linux terminal. The following procedure works straight for any Debian/Ubuntu based Linux systems Download and Install Rust tools

Let’s proceed with the complete Rust setup for VS code. So, we are going to setup and use VS code for this and subsequent rust related articles.

It supports rust extensions for syntax hightlighting, snippets, code compeltion, linting, code formatiing, code navigation, debugging and document generation. VS Code is by far the most suitable IDE for Rust code development. This is part 1 of the series Learning Rust Programming Language.
