[Rust Guide] 3.1. Variables and Mutability

rust dev.to

3.1.0. Before the Main Content Welcome to Chapter 3 of Rust self-study. There are 6 sections in total: Variables and Mutability (this article) Data Types: Scalar Types Data Types: Compound Types Functions and Comments Control Flow: if else Control Flow: Loops Through the small game in Chapter 2 (beginners who haven’t read it are strongly recommended to do so), you should already have learned the basic Rust syntax. In Chapter 3, we will go one level deeper and understand general p

Read Full Tutorial open_in_new
arrow_back Back to Tutorials