Rust Programming Tutorial #1 - Why learn RUST

Опубликовано: 16 Октябрь 2024
на канале: Super Lazy Coder
154
6

Rust is a multi-paradigm, high-level, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. Rust enforces memory safety—that is, that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages.

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 What is Rust
1:32 Why rust is so popular
4:36 Major features of Rust
9:24 How to practice Rust
10:17 Conclusion