Rust Fundamentals
Pluralsight
Course Summary
This course introduces Rust: a native code programming language with a focus on safety and correctness.
-
+
Course Description
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.
-
+
Course Syllabus
Getting Started- 22m 49s
—Course Overview 4m 3s
—Module Overview 0m 50s
—Installing Rust 2m 23s
—Hello, Rust! 3m 27s
—Introducing Cargo 7m 37s
—IDE Support 3m 30s
—Summary 0m 56sTypes and Variables- 49m 24s
—Module Overview 0m 45s
—Fundamental Data Types 16m 6s
—Operators 10m 18s
—Scope and Shadowing 6m 12s
—Constants 4m 32s
—Stack and Heap 10m 41s
—Summary 0m 47sControl Flow- 24m 8sData Structures- 47m 27sMore Data Structures- 46m 4sFunctions- 44m 12sLifetime- 15m 57sOdds and Ends- 27m 43s