Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/yisuschrist/rustlings-exercises
- Owner: YisusChrist
- License: gpl-3.0
- Created: 2023-12-23T20:35:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-23T20:45:32.000Z (11 months ago)
- Last Synced: 2023-12-23T22:33:25.646Z (11 months ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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