Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yisuschrist/rustlings-exercises

🦀 Small exercises to get you used to reading and writing Rust code!
https://github.com/yisuschrist/rustlings-exercises

Last synced: about 10 hours ago
JSON representation

🦀 Small exercises to get you used to reading and writing Rust code!

Awesome Lists containing this project

README

        

Solutions to exercises from [ruslings](https://github.com/rust-lang/rustlings) up to date with the [version 5.6.1](https://github.com/rust-lang/rustlings/releases/tag/5.6.1).

# How to use

1. Install [rust](https://www.rust-lang.org/tools/install)
2. Install [rustlings](https://github.com/rust-lang/rustlings?tab=readme-ov-file#getting-started)
3. Clone this repo

```sh
git clone https://github.com/YisusChrist/rustlings-exercises
```

4. Copy the content of this repo to the rustlings folder

```sh
cp -r rustlings-exercises/exercises rustlings/exercises
```

5. Run `rustlings watch` in the rustlings folder