The Rust Programming Language

The Rust Programming Language

4 hours, 42 minutes CC

Go from zero Rust knowledge to being able to build your own complete Rust programs! You’ll learn the foundations of Rust, what makes it so performant when to choose to use it for your projects. You’ll use Rust’s built-in data types and standard libraries, add-in packages from Rust’s package ecosystem, and dive into Rust-specific concepts like ownership, borrowing, and lifetimes. Along the way, you’ll pick up some low-level programming concepts that can help you better understand the other languages you use.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: May 11, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Primitives

Collections

Pattern Matching

Vectors

Ownership

Borrowing

Lifetimes

Wrapping Up