Variables, Shadowing, Constants in Rust - Full Crash Rust Tutorial for Beginners

preview_player
Показать описание
Full Crash Rust Tutorial for Beginners

Rust is a statically and strongly typed language. This means that the compiler must know the type of all variables at compile time. The compiler can usually infer what type we want to use based on the value and how we use it. In cases when many types are possible, we must add a type annotation.

In this lesson, we will learn about the following:
- variables and mutability
- shadowing
- constants

🦀 All the lessons:

0:00 Intro
0:45 Variables and Mutability
2:22 Shadowing
5:59 Constants
8:37 Conclusion
Рекомендации по теме
Комментарии
Автор

0:00 Intro
0:45 Variables and Mutability
2:22 Shadowing
5:59 Constants
8:37 Conclusion

francescociulla
Автор

Amazing video, didn't know you could run exe in command line

martinnkemakolam
Автор

hello. it is me, developer who can't code.

Maybe that should be my new handle lmao

denitechYT