Getting Started
First and foremost, we need to install Rust and its package manager Cargo. The easiest way to do this is to use Rustup and follow the installation instructions.
Second, we need a code editor. If you want to make your life a living hell, you can use notepad. However, then we are missing some important stuff, like syntax highlighting, code formatting and much more. Here are some examples of code editors that can get the job done:
- VScode - Easy to use with lots of plugins to make your life easier.
- Zed - A text editor written in Rust!
- Vim - For hardcore programmers.
- NeoVim - For modern, hardcore programmers.
Personally, I prefer Zed. It is fast and has first-class support for Rust.