Backend internal interview (Rust)
| .cargo | ||
| assets | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGES.md | ||
| Home-Task_exercise_interview_Rust.pdf | ||
| input.txt | ||
| input_2.txt | ||
| LICENSE | ||
| output_expected.txt | ||
| README.md | ||
Backend internal interview (rust) - improved
Note
It is able to process multiple metrics in parallel.
A full refactoring done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc).
See main changes
A Refactor metric-consumer task
Home Task exercise description
There are several branches developed as proposal:
-
[Basic fixed one]((/NewRelic/be-technical-interview-rust/src/branch/basic-fixed)
A basic code review, fixed with minor and essential changes to work as expected.
Tests are included for verification.