shagag
Frontend Engineer
by shagag

Rust Book Notes

Enums and Pattern Matching

Chapter 6 - Another way to structure data and pattern match!

Structs

Chapter 5 - Using Structs to Structure Related Data

Understanding Ownership

Chapter 4 - Understanding Ownership, Memory Management, and Borrowing in Rust

Common Programming Concepts

Chapter 3 - Variables, Constants, Shadowing, Data Types, and Loops

Programming a guessing game

Chapter 2 - Learning about the standard library, through a small guessing game 🕹️

Rust - Getting Started

Chapter 1 - Notes from the awesome book `The Rust Programming Language by Steve Klabnik and Carol Nichols`