Enter your book access code

The curriculum, drills, tutor, and interviewer mode are for readers of Ace the Rust Interview. The code is printed in the Preface (Companion site access).

Don’t have the book yet? The landing page stays open — purchase unlocks this gym.

Offline workspaces

Download the companion crates

Same Preface access code as the curriculum. Unzip next to a Rust toolchain and run cargo test inside each folder. These archives are source only — no target/ build trees.

  • Chapter companion crates

    Tested Rust for each chapter — run cargo test next to the listings you read.

    book-code.zip

    Download
  • 183 practice problems

    Full curriculum workspace: starters, tests, hints, and reference solutions (Appendix D slugs).

    problems.zip

    Download
  • Portfolio projects

    mini-executor and arena-graph with starters and tests (Chapter 26).

    projects.zip

    Download

After you unzip

unzip book-code.zip && cd book-code && cargo test
unzip problems.zip && cd problems && cargo test
unzip projects.zip && cd projects && cargo test

Prefer the live gym for prompts, hints, and AI assessment? Use the curriculum. Run every cargo test on your machine — the site never executes learner code.