Intro to Intermediate Rust - Ownership, Borrowing, & Slices
This module will focus on more intermediate concepts relating to Rust's ownership and borrowing model.
📄️ The Ownership Model
Learn how the ownership model works in Rust, and why it allows for Rust to be safe at compile time.
📄️ Borrowing & References
Learn how the borrowing model works in Rust, and how to utilize it properly.
📄️ Slices
Learn what slices are, how they work, and why they are useful.