Install Windows
Rustup
Manages Rust Installation
Visual Studio Code
Coding environment
MSVC C++ Build tools
Need to build on windows
Install Mac
brew install rustup-init
brew install --cask visual-studio-code
Linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
package manager can be used
After package manager install :
rustup toolchain install stable