Honestly? I have no idea what the Rust language is, but I needed it to compile a program called AutoAdb, related to Android devices. Hence, I started to look for information since I needed to execute the command rustup target add x86_64-pc-windows-gnu (don't ask me yet what this all means...).
So, I started my journey by collecting bits and pieces around Rust.
In the mean time I will try to start to learn Rust since some claim it's the successor of C++. See if I can find more than 24 hours in a day. Then, maybe then...
To install Rust (and derived apps) on a Linux Mint distro, run the following command:
curl https://sh.rustup.rs -sSf | sh
You will have 3 installation choices but since I have no idea what this all does, I took the default option (1).