rustlings/README.md
2025-08-19 19:06:40 +05:30

1.0 KiB

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