📄️ Introduction to Rust
Learn about Rust, a modern systems programming language emphasizing speed, memory safety, and concurrency.
📄️ Variables in Rust
This document provides a concise overview of variables in Rust, focusing on immutability by default, the 'mut' keyword for mutable variables, and variable shadowing.