Krishna Kumar cb4e8b5150
Add quick start instructions to README
Added clear steps to install and run Rustlings, including rustlings watch command.
2026-03-29 10:00:47 +05:30
2025-05-16 11:09:06 +02:00
2026-03-25 18:29:58 +01:00
2025-05-16 11:09:06 +02:00
2026-01-12 00:22:59 -03:00
2026-02-26 17:43:44 +01:00
2026-03-17 12:48:43 +01:00
2025-05-16 11:29:32 +02:00
2024-09-13 15:07:53 +02:00
2025-01-01 22:07:41 +01:00
2026-03-25 18:29:37 +01:00
2026-02-26 16:10:09 +01:00
2025-08-18 12:01:21 +02:00
2024-07-02 14:45:25 +02:00
2024-04-25 19:58:55 +02:00
2016-03-27 15:57:49 -04:00

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:

  1. Install Rust: https://www.rust-lang.org/tools/install

  2. Clone this repository: git clone https://github.com/rust-lang/rustlings cd rustlings

  3. Install Rustlings: cargo install --path .

  4. Start Rustlings: rustlings watch

This command will automatically run and check your exercises as you work.

Description
🦀 Small exercises to get you used to reading and writing Rust code!
Readme MIT 36 MiB
Languages
Rust 97.7%
HTML 1.9%
CSS 0.3%