This repository is dedicated to my journey through The Rust Programming Language book. I'm coding through every chapter, practicing the examples, and documenting the process along the way.
Each chapter is marked as completed as I work through the book. Feel free to check out the code and follow along!
- Chapter 1: Getting Started
- Chapter 2: Programming a Guessing Game
- Chapter 3: Common Programming Concepts
- Chapter 4: Understanding Ownership
- Chapter 5: Using Structs to Structure Related Data
- Chapter 6: Enums and Pattern Matching
- Chapter 7: Managing Growing Projects
- Chapter 8: Common Collections
- Chapter 9: Error Handling
- Chapter 10: Generics, Traits, and Lifetimes
- Chapter 11: Writing Automated Tests
- Chapter 12: Building a CLI Program
- Chapter 13: Iterators and Closures
- Chapter 14: More about Cargo
- Chapter 15: Smart Pointers
- Chapter 16: Fearless Concurrency
- Chapter 17: Object-Oriented Programming in Rust
- Chapter 18: Patterns and Matching
- Chapter 19: Advanced Features
- Chapter 20: Final Project: Multithreaded Web Server
- Clone the repository:
git clone https://github.com/oeduardoal/the-rust-lang-book.git
- Navigate to the chapter folder:
cd the-rust-lang-book
- Build and run the project:
cargo run
I'll also include my personal notes in each chapter’s directory, documenting what I learn.
If you have any feedback or suggestions, feel free to open issues or submit pull requests. I'd love to hear your thoughts!