This repo provides an interactive tutorial for learning about async/await in Rust. It uses RepoQuest to give you hands-on experience working on a simple backend for a web app.
You will need Docker installed to run RepoQuest. Start RepoQuest by running:
curl -sSl https://raw.githubusercontent.com/cognitive-engineering-lab/repo-quest/refs/heads/main/run-repo-quest.sh | sh
Or visit the RepoQuest documentation for other ways to run it.
Next, download the latest Async Rust quest bundle from our releases page by clicking this link: https://github.com/cognitive-engineering-lab/rqst-async/releases/latest/download/rqst-async.tgz
Finally, on the RepoQuest home page, upload the quest bundle and click "Start Quest", then follow the instructions.