mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
Rustlings 🦀
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
Languages
Rust
97.7%
HTML
1.9%
CSS
0.3%