Variables in Rust.

Опубликовано: 14 Октябрь 2024
на канале: The Normie Programmer
33
3

Learn about variables and mutability in Rust.

GitHub Repo: https://github.com/diptobiswasanime4/...
Blog: https://diptobiswas.hashnode.dev/vari...

Rust Book: https://doc.rust-lang.org/book/ch03-0...

Next Video:    • Data Types in Rust.  

Time codes:

0:00 - Intro
0:29 - Setup
1:03 - What are variables?
1:44 - Mutability
2:26 - Shadowing
2:52 - Mutable vs. Shadowing
3:22 - Constants
4:23 - Scope
5:23 - Outro