Learn Rust through practical, productionโminded lessons focused on safety, concurrency, and system programming. Each lesson includes objectives, runnable examples, exercises, pitfalls, and migration notes aligned with the latest Rust edition & crates.
git clone https://github.com/dpway0/rust-lessons.git
cd rust-lessons/<lesson-folder>
cargo runReplace
<lesson-folder>with the specific lesson directory (e.g.,lesson01-ownership).
- Rust (latest stable, edition 2024)
- Cargo (bundled with Rust)
- The Rust Book: https://doc.rust-lang.org/book/
- Edition Guide: https://doc.rust-lang.org/edition-guide/
- Tokio: https://tokio.rs/
MIT ยฉ 2025 dpway.io