/LearningRust-youtube

This is the repository with the tutorials of Learning Rust series in @Leticia-maria Youtube channel

Primary LanguageRust

Rust Tutorials

Alt text

This repository contains the information of Learning Rust playlist in my youtube channel.

Learning Rust(part. 1)! Installation on Ubuntu OS

Watch the video

The preferred installation command for rustup is:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

But if you are having trouble running it, you can try:

snap install rustup
rustup install stable
rustup default stable

If you wanna to update to new releases, you have to run:

rustup update stable

Learning Rust! Hello, Rust(part. 2)

Watch the video

Hello, Cargo!. Learning Rust (pt. 3)

Watch the video