DEV Community

Learning Rust Series' Articles

Back to Fady GA ๐Ÿ˜Ž's Series
Learning Rust ๐Ÿฆ€: 01- Intro and Setup
Cover image for Learning Rust ๐Ÿฆ€: 01- Intro and Setup

Learning Rust ๐Ÿฆ€: 01- Intro and Setup

24
Comments 1
6 min read
Learning Rust ๐Ÿฆ€: 02- The basics: Variables and Data Types
Cover image for Learning Rust ๐Ÿฆ€: 02- The basics: Variables and Data Types

Learning Rust ๐Ÿฆ€: 02- The basics: Variables and Data Types

7
Comments
6 min read
Learning Rust ๐Ÿฆ€: 03- The basics: Functions
Cover image for Learning Rust ๐Ÿฆ€: 03- The basics: Functions

Learning Rust ๐Ÿฆ€: 03- The basics: Functions

6
Comments
4 min read
Learning Rust ๐Ÿฆ€: 04- The basics: Flow Control
Cover image for Learning Rust ๐Ÿฆ€: 04- The basics: Flow Control

Learning Rust ๐Ÿฆ€: 04- The basics: Flow Control

Comments 2
6 min read
Learning Rust ๐Ÿฆ€: 05- Your first Rust game: "Guess The Number"
Cover image for Learning Rust ๐Ÿฆ€: 05- Your first Rust game: "Guess The Number"

Learning Rust ๐Ÿฆ€: 05- Your first Rust game: "Guess The Number"

4
Comments
9 min read
Learning Rust ๐Ÿฆ€: 06 - Ownership: Intro
Cover image for Learning Rust ๐Ÿฆ€: 06 - Ownership: Intro

Learning Rust ๐Ÿฆ€: 06 - Ownership: Intro

Comments
4 min read
Learning Rust ๐Ÿฆ€: 07 - Ownership: Memory Dynamics
Cover image for Learning Rust ๐Ÿฆ€: 07 - Ownership: Memory Dynamics

Learning Rust ๐Ÿฆ€: 07 - Ownership: Memory Dynamics

1
Comments
4 min read
Learning Rust ๐Ÿฆ€: 08 - Ownership: Functions and References
Cover image for Learning Rust ๐Ÿฆ€: 08 - Ownership: Functions and References

Learning Rust ๐Ÿฆ€: 08 - Ownership: Functions and References

3
Comments
4 min read
Learning Rust ๐Ÿฆ€: 09 - Ownership: The Slice type
Cover image for Learning Rust ๐Ÿฆ€: 09 - Ownership: The Slice type

Learning Rust ๐Ÿฆ€: 09 - Ownership: The Slice type

10
Comments 3
5 min read
Learning Rust ๐Ÿฆ€: 10 - The Struct
Cover image for Learning Rust ๐Ÿฆ€: 10 - The Struct

Learning Rust ๐Ÿฆ€: 10 - The Struct

8
Comments 2
5 min read
Learning Rust ๐Ÿฆ€: 11 - Debugging custom types/Structs
Cover image for Learning Rust ๐Ÿฆ€: 11 - Debugging custom types/Structs

Learning Rust ๐Ÿฆ€: 11 - Debugging custom types/Structs

12
Comments
4 min read
Learning Rust ๐Ÿฆ€: 12 - Basic enum
Cover image for Learning Rust ๐Ÿฆ€: 12 - Basic enum

Learning Rust ๐Ÿฆ€: 12 - Basic enum

11
Comments
4 min read
Learning Rust ๐Ÿฆ€: 13 - Pattern matching basics
Cover image for Learning Rust ๐Ÿฆ€: 13 - Pattern matching basics

Learning Rust ๐Ÿฆ€: 13 - Pattern matching basics

7
Comments
5 min read
Learning Rust ๐Ÿฆ€: 14 - Option Enum: An Enum and Pattern matching use case
Cover image for Learning Rust ๐Ÿฆ€: 14 - Option Enum: An Enum and Pattern matching use case

Learning Rust ๐Ÿฆ€: 14 - Option Enum: An Enum and Pattern matching use case

9
Comments
6 min read
Learning Rust ๐Ÿฆ€: 15 - How you can organize your Rust code with "Modules"
Cover image for Learning Rust ๐Ÿฆ€: 15 - How you can organize your Rust code with "Modules"

Learning Rust ๐Ÿฆ€: 15 - How you can organize your Rust code with "Modules"

12
Comments
11 min read
Learning Rust ๐Ÿฆ€: 16 - Rust Collections: Vectors
Cover image for Learning Rust ๐Ÿฆ€: 16 - Rust Collections: Vectors

Learning Rust ๐Ÿฆ€: 16 - Rust Collections: Vectors

4
Comments
6 min read
Learning Rust ๐Ÿฆ€: 17 - Rust Collections: Strings - How complex can it be?!
Cover image for Learning Rust ๐Ÿฆ€: 17 - Rust Collections: Strings - How complex can it be?!

Learning Rust ๐Ÿฆ€: 17 - Rust Collections: Strings - How complex can it be?!

5
Comments
6 min read
Learning Rust ๐Ÿฆ€: 18 - Rust Collections: HashMaps, accessing values with keys instead of indices
Cover image for Learning Rust ๐Ÿฆ€: 18 - Rust Collections: HashMaps, accessing values with keys instead of indices

Learning Rust ๐Ÿฆ€: 18 - Rust Collections: HashMaps, accessing values with keys instead of indices

6
Comments
6 min read