This Repository will contain all the code I write in Rust throughout my learning journey.
- Run the following command in the terminal and proceed through the TUI menu.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Enter the following line to source your newly-installed Rust toolchain. This command has to be run only once after installing Rust the first time.
source "$HOME/.cargo/env"
- Now, to check if everything went okay, enter
rustup
in the terminal and you should see a screen like this:
For more info about Rustlings, please checkout their Github repository.
Day 1 Progress: Finished 15 exercises + quiz1 of rustlings.