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

feat: add worker #18

Merged
merged 1 commit into from
Dec 13, 2024
Merged

feat: add worker #18

merged 1 commit into from
Dec 13, 2024

Conversation

zk-steve
Copy link
Owner

@zk-steve zk-steve commented Dec 13, 2024

Pull Request Checklist

Please ensure the following checks are completed before submitting your pull request:

  • Commits: Squash commits into logical, meaningful chunks.
  • Tests: Confirm all tests pass successfully.
  • Imports: Organize imports by splitting them into:
    • Standard library (std)
    • Third-party libraries
    • Custom modules
  • Code Formatting:
    • Run cargo fmt to ensure code is properly formatted.
    • Run cargo clippy to catch potential issues.
    • Run taplo fmt --config taplo/taplo.toml for TOML file formatting.
  • Unwraps & Expects: Review usage of unwrap() and expect() to avoid potential runtime panics.
  • Clone Usage: Check for unnecessary or excessive clone() usage.
  • Commit Messages: Ensure commit messages are clear, concise, and descriptive.
  • Code Comments: Add meaningful and necessary comments to explain complex or critical sections of code.

@zk-steve zk-steve merged commit c967d7e into main Dec 13, 2024
7 checks passed
@zk-steve zk-steve deleted the feat/worker branch December 13, 2024 05:00
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.

1 participant