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.
Please refer to Rust's website and Exercism's website to install the right tools.
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.