Uploaded March 2024 | Updated September 2026, 1 week ago
Welcome to the Rust Full Crash Rust Tutorial for Beginners
To understand when we might want to use structs, let’s write a program that calculates the area of a rectangle. We’ll start by using single variables and then refactor the program until we’re using structs instead.
All the Rust Tutorial videos:
Installation and Hello World: youtu.be/R33h77nrMqc
Variables: youtu.be/6Ag0MZUlvBE
Data Types: youtu.be/NyqJp5M3hRE
Functions: youtu.be/hJLc2Zu405A
Basic Control flow: youtu.be/2w_FTiD74JI
Ownership: youtu.be/9VBLOwmNE1g
References and Borrowing: youtu.be/Q_0yoX07Fhs
Slices: youtu.be/dKymZbFp0ZQ
Structs: youtu.be/PCjuO-Bv5FI
Struct Example: youtu.be/mgK5LezkHl8
ALL THE LINKS HERE: francescociulla.com
0:00 Intro. Example without structs
2:34 Refactoring with Tuples
4:14 Refactoring with Structs
6:06 Debugging features
7:52 Conclusion
Welcome to the Rust Full Crash Rust Tutorial for Beginners
To understand when we might want to use structs, let’s write a program that calculates the area of a rectangle. We’ll start by using single variables and then refactor the program until we’re using structs instead.
All the Rust Tutorial videos:
Installation and Hello World: youtu.be/R33h77nrMqc
Variables: youtu.be/6Ag0MZUlvBE
Data Types: youtu.be/NyqJp5M3hRE
Functions: youtu.be/hJLc2Zu405A
Basic Control flow: youtu.be/2w_FTiD74JI
Ownership: youtu.be/9VBLOwmNE1g
References and Borrowing: youtu.be/Q_0yoX07Fhs
Slices: youtu.be/dKymZbFp0ZQ
Structs: youtu.be/PCjuO-Bv5FI
Struct Example: youtu.be/mgK5LezkHl8
ALL THE LINKS HERE: francescociulla.com
0:00 Intro. Example without structs
2:34 Refactoring with Tuples
4:14 Refactoring with Structs
6:06 Debugging features
7:52 Conclusion










