mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-08-05 14:42:55 +02:00
22 lines
541 B
Markdown
22 lines
541 B
Markdown
+++
|
|
+++
|
|
|
|
Small exercises to get you used to reading and writing [Rust](https://www.rust-lang.org) code - _Recommended in parallel to reading [the official Rust book](https://doc.rust-lang.org/book) 📚️_
|
|
|
|
<script src="https://asciinema.org/a/719805.js" id="asciicast-719805" async="true"></script>
|
|
|
|
## Quick start
|
|
|
|
```bash
|
|
# Installation
|
|
cargo install rustlings
|
|
# Initialization
|
|
rustlings init
|
|
# Moving into new directory
|
|
cd rustlings
|
|
# Starting Rustlings
|
|
rustlings
|
|
```
|
|
|
|
Visit the [**setup**](@/setup/index.md) page for more details 🧰
|