antichris / rustlings-exercises

My solutions to the Rustlings guide exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rustlings guide solutions

These are my solutions to the exercises of the Rustlings guide at version 5.3.0.

The only resources I used in coming up with these was the Book and an occasional hint from the rustlings. Even though these might not be the most idiomatic solutions, as far as making stuff to compile and the tests to pass, this gets the job done.

This repository is branch-filtered to the exercises subdirectory of Rustlings 5.3.0 with the history limited to a depth of 1, and the original contents of its README.md are here.

Running with rustlings

First of all, you should have rustlings installed. Follow the Getting Started instructions if you have not done so yet.

Then, in a directory of your choice (you might want to create one specifically for this):

# Fetch `info.toml` from the rustlings at version 5.3.0
wget https://raw.githubusercontent.com/rust-lang/rustlings/5.3.0/info.toml

# Clone this repository as `exercises/`
git clone https://github.com/antichris/rustlings-exercises.git exercises

Now you can run rustlings (as described in Doing exercises) there with these solutions.

About

My solutions to the Rustlings guide exercises

License:MIT License


Languages

Language:Rust 100.0%