rustlings/README.md
2025-10-10 22:42:25 +03:30

1.0 KiB
Raw Blame History

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

Installation

Installing Rustlings

The following command will download and compile Rustlings:

cargo install rustlings

Initialization

After installing Rustlings, run the following command to initialize the rustlings/ directory:

rustlings init 

Now, go into the newly initialized directory and launch Rustlings for further instructions on getting started with the exercises:

cd rustlings

Starting Rustlings

rustlings

Get Back To Practice

Navigate to Rsustlings Directory:

cd rustlings 

then run:

 rustlings

Happy Learning!