This repo is a hands-on Rust learning workspace: lesson folders, exercises, and a simple way to track progress.
- Curriculum (what to learn):
curriculum.md - Progress tracker (what you've done):
progress-tracker.md
- Pick the next lesson from
curriculum.md. - Open the corresponding
lesson-##-.../directory. - Do the exercise(s) (write the code yourself).
- Use
cargoto compile/test. - Update
progress-tracker.md.
cargo check
cargo run
cargo testcargo fmt
cargo clippy- Rust Book: https://doc.rust-lang.org/book/
- Rust by Example: https://doc.rust-lang.org/rust-by-example/
- std docs: https://doc.rust-lang.org/std/
- Agent instructions:
AGENTS.md