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

Split main.rs into its own module and add basic CI #1

Merged
merged 5 commits into from
Jul 7, 2023

Conversation

Molter73
Copy link
Contributor

@Molter73 Molter73 commented Jul 6, 2023

Apply some formatting to the code, pass clippy through it, split some of the code from main.rs to their own modules (this also allows us to add tests! :D) and implement some basic CI.

Moved most structures and enums into lib.rs.
Added the worker module and moved functions related to it to be methods
of the WorkerConfig structure, still needs some more work though.
erthalion
erthalion previously approved these changes Jul 7, 2023
@erthalion erthalion self-requested a review July 7, 2023 08:10
@Molter73 Molter73 merged commit 0bad201 into main Jul 7, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants