[Rust Guide] 3.2. Scalar Types
rust
dev.to
3.2.0. Before the Main Text Welcome to Chapter 3 of your Rust self-study. There are 6 sections in total: Variables and Mutability Data Types: Scalar Types (this article) Data Types: Compound Types Functions and Comments Control Flow: if else Control Flow: Loops Through the mini-game in Chapter 2 (strongly recommended for beginners who haven't read it), you should already have learned basic Rust syntax. In Chapter 3, we will go deeper into general programming concepts in Rust.