Comprehensive Rust | Day 3
Rust Basics: Enums, Pattern Matching and Methods in Rust
Rust Basics: Enums, Pattern Matching and Methods in Rust
Rust hard concepts: ownership, borrowing and lifetimes in Rust
Let’s talk about the basics of Rust such as variables, functions, comments, etc.
This is a log of me going through the Comprehensive Rust four days course. There’s no structure to this, so be prepared for a lot of rambling and writing… or not 😝. This log will be updated as I go through the course. Some key concepts to keep in work with Rust: rustc: the Rust compiler which turns .rs files into binaries and other intermediate formats. cargo: the Rust dependency manager and build tool....