This is a repo where I follow the course "Rust Fundamentals" by "Dmitri Nesteruk" which is available on Pluralsight.
[Studying Repository] [Rust] "Rust Fundamentals" by "Dmitri Nesteruk" on Pluralsight (https://app.pluralsight.com/library/courses/rust-fundamentals/table-of-contents)
In this course, Rust Fundamentals, you will be introduced to Rust, a native code programming language. First, you'll see all the syntax and the specifics of the language. Next, you'll be introduced to the fundamental Rust data types and their use in declaration of variables. By the end of this course, you'll have a thorough understanding of Rust and its specific approach to the ideas of memory safety and explicit implementations of mutability, lifetime, and the concepts of sharing/borrowing data.