Rust Programming Tutorial #3 - Hello World printing

Опубликовано: 04 Октябрь 2024
на канале: Super Lazy Coder
107
1

Rust is a multi-paradigm, high-level, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. In this video we are making hello world program with Rust while explaining the basic of main function and how to run it by rust tools.

Please subscribe to my channel for more such videos and thank you so much for watching. Please provide feedback in comments below and let me know if I should any other topics as well

0:00 Introduction
0:14 Creating project directory
2:02 Writing main function
6:00 Running the rust program
7:08 Advantages of rust compilation
9:01 Conclusion

Rust full playlist -    • Rust Programming Tutorial #1 - Why le...