2025-08-19 19:06:40 +05:30
2025-05-16 11:09:06 +02:00
2025-05-23 13:44:30 +02:00
2025-05-16 11:09:06 +02:00
2025-08-18 12:01:21 +02:00
2025-05-13 16:24:42 +02:00
2025-08-18 12:01:21 +02:00
2025-02-18 20:10:52 +01:00
2025-05-23 13:17:21 +02: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
2025-08-18 12:01:21 +02:00
2025-08-18 12:01:21 +02:00
2025-05-17 21:25:19 +02: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
2025-08-19 19:06:40 +05:30

Rustlings 🦀

Rust Build Status License

Learn Rust through small exercises that get you used to reading and writing code.
📖 Recommended alongside The Rust Programming Language book.

👉 Visit the website for more info, setup guides, and a demo:
rustlings.rust-lang.org


Getting Started

Run these commands to get started with Rustlings:

# 1. Verify Rust is installed
rustc --version

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

# 3. Install Rustlings
cargo install --path .

# 4. Start Rustlings
rustlings watch
Description
🦀 Small exercises to get you used to reading and writing Rust code!
Readme MIT 35 MiB
Languages
Rust 97.7%
HTML 1.9%
CSS 0.3%