[Rust Guide] 3.3. Data Types - Compound Types

rust dev.to

3.3.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 Data Types: Compound Types (this article) 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.

Read Full Tutorial open_in_new
arrow_back Back to Tutorials