Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 952 Bytes

File metadata and controls

12 lines (7 loc) · 952 Bytes

Rust Bytes Challenge - Solution for Issue #51

Welcome to the solution for the challenge from Rust Bytes Issue #51! In this issue, we challenged you to parse a CSV file and determine how many unique email domains were present. If you tackled the challenge, you should have found that there are 1000 unique email domains.

This repository contains the code for the solution to that challenge. You can check out the original challenge and learn more about Rust Bytes Issue #51 through the following links:

Contribute:

If you have a more concise or better solution, feel free to open an issue or submit a pull request! We welcome improvements and feedback.

Thank you to everyone who participated! Be sure to tune in to the next issue for more fun challenges.