Book Image

Introduction to Rust Programming [Video]

By : Eduonix Learning Solutions, Matthew Stoodley
Book Image

Introduction to Rust Programming [Video]

By: Eduonix Learning Solutions, Matthew Stoodley

Overview of this book

Many programmers from all over the world consider Rust as an alternative programming language for building game engines, file systems, VR simulation engines, operating systems, and browser components. This video course will show you how to use Rust to write secure and error-free programs for developing software effortlessly and solve common programming problems. The course starts with an introduction to Rust programming and helps you to install Rust and write your first program. You’ll then grasp basic Rust syntaxes and concepts such as structs, enums, functions, expressions, loop, iterators, and error handling. As you advance, you’ll study the importance of lifetime and memory management and distinguish between String and Str and then Vec, Slice, and Array. You’ll also get to grips with using dynamic types for polymorphism and uncover tips and tricks for code reuse and management. By the end of this course, you’ll have developed Rust programming skills from scratch and be ready to apply your learnings to build robust applications. All the assets of this course could be found here - https://github.com/PacktPublishing/Introduction-to-Rust-Programming-
Table of Contents (4 chapters)
Chapter 3
Lifetimes and Memory Management
Content Locked
Section 1
Why Do the Lifetimes Matter?
This video explains why the lifetimes matter.