/rust-book

My work through the Rust book. Includes reading notes and solved exercises.

Primary LanguageRust

Rust Book implementations

This repository includes my own work on The Rust Programming Language.

Table of Contents

  1. Getting Started
  2. Programming a Guessing Game
  3. Common Programming Concepts
  4. Understanding Ownership
  5. Using Structs to Structure Related Data
  6. Enums and Pattern Matching
  7. Managing Growing Projects with Packages, Crates, and Modules
  8. Common Collections
  9. Error handling
  10. Generic Types, Traits, and Lifetimes
  11. Writing Automated Tests
  12. Building a Command Line Program
  13. Functional language features
  14. Cargo Crates