mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-03-31 11:39:19 +00:00
839 B
839 B
Rustlings 🦀
Small exercises to get you used to reading and writing Rust code - Recommended in parallel to reading the official Rust book 📚️
Visit the website for a demo, info about setup and more:
➡️ rustlings.rust-lang.org ⬅️
Quick Start
If you are returning to Rustlings, you can simply run:
rustlings watch
To set up Rustlings for the first time:
-
Install Rust: https://www.rust-lang.org/tools/install
-
Clone this repository: git clone https://github.com/rust-lang/rustlings cd rustlings
-
Install Rustlings: cargo install --path .
-
Start Rustlings: rustlings watch
This command will automatically run and check your exercises as you work.