reuler 0.2.0

Solutions to Project Euler in Rust
Documentation
<!--- The title of your PR should be short, focused, and to the point. Usually, the title is a complete sentence written as it was an order (imperative sentence) --->

## 🔍️ Description

<!--- Longer description, providing details that the title couldn't provide. Feel free to use images --->

## 🧐 Context

<!--- Provide additional context, like why this PR is needed (what was wrong with previous code) --->

## ⚠️ Side-effects / Shortcomings

<!--- Any side-effects or shortcomings reviewers should be aware of ? --->

## ✅ How this was tested ?

<!--- Describe the tests you ran to verify your changes. It's also the place to provide instructions for reproducing the tests / relevant details of the test configuration. --->

## 🌱 Checklist

<!--- Add here any task left to do before the PR is ready for review / merging --->
- [ ] Perform self-review of my own code
- [ ] Comment the code, particularly in hard-to-understand areas
- [ ] Update the documentation accordingly to the new code
- [ ] Format the code
- [ ] Update existing tests / Add new tests
- [ ] Tests are passing locally