Skip to content

Repository files navigation

Learn Rust

This repository tracks my progress through The Rust Programming Language online book.

It contains small Rust programs, chapter-based exercises, and notes on the main concepts covered while following the book. The goal is to build a practical understanding of Rust by writing code and summarizing the ideas introduced in each section.

Focus Areas

  • Rust syntax and project structure
  • Cargo basics
  • Ownership, borrowing, and lifetimes
  • Structs and enums
  • Pattern matching
  • Error handling
  • Common standard library types
  • Writing idiomatic Rust programs

Repository Layout

Each numbered folder corresponds to a topic or chapter from the Rust Book. The examples are meant for learning and experimentation rather than production use.

About

Woke up a day and thought...ok I want to learn Rust

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages