Rust Fundamentals
My notes from the Rust Fundamentals course on Pluralsight by Edward Curren.
Table of Contents
- Course Overview
- Introduction and Setup
- Data Types
- Variables
- Operators
- Control Flow
- Ownership and Borrowing
- Functions and Error Handling
- Data Structures and Traits
- Collections
- Generics
- Concurrency
- Crates and Modules
- Summary