1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-03-10 10:08:21 +01:00
rustlings/website/content/_index.md
2025-05-17 15:49:26 +02:00

541 B
Raw Permalink Blame History

+++ +++

Small exercises to get you used to reading and writing Rust code - Recommended in parallel to reading the official Rust book 📚

Quick start

# Installation
cargo install rustlings
# Initialization
rustlings init
# Moving into new directory
cd rustlings
# Starting Rustlings
rustlings

Visit the setup page for more details 🧰