Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#8] feat: split logic into different modules #11

Merged
merged 3 commits into from
Feb 22, 2022

Conversation

Angelmmiguel
Copy link
Owner

@Angelmmiguel Angelmmiguel commented Feb 22, 2022

Split the current logic in different modules to start using the rust module system. For now, I kept everything in the same folder but I may change this in the future.

I found this article quite interesting: https://www.sheshbabu.com/posts/rust-module-system/.

Closes #8

@Angelmmiguel Angelmmiguel added the feature New feature or request label Feb 22, 2022
@Angelmmiguel Angelmmiguel self-assigned this Feb 22, 2022
@Angelmmiguel Angelmmiguel linked an issue Feb 22, 2022 that may be closed by this pull request
@Angelmmiguel Angelmmiguel merged commit 4043803 into main Feb 22, 2022
@Angelmmiguel Angelmmiguel deleted the 8-extract-loginc-in-different-modules branch March 5, 2022 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract the calculation and printing logic to separate modules
1 participant