Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 842 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 842 Bytes

Rust Exercism

These are my Exercism Rust Track solutions.

They are mainly stored for me to keep them, but also to serve as inspiration.

Feel free to contact me either through issues or comments on the solutions directly on Exercism as all solutions are public.

Installation

Please refer to Rust's website and Exercism's website to install the right tools.

Structure

Each folder contains a problem/exercise detailed in it's README, Cargo.toml to install the right dependencies, a tests folder with tests and a lib.rs file with my solution.

I know I should split solutions in multiple files (organise my modules) but for the sake of simplicity I don't do it, it makes it much easier to push them to exercism.