Rust Hours – Cargo, Immutability, Match Expressions, Result
The video is meant for beginners, who are just getting started with the Rust programming language.
In this video, we first explore cargo (the build system and package manager for
Rust) and then build a simple guessing game. On our way, we talk about
immutability, enums, match expressions, and Result
in Rust.