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

refactor(api): Move code out of lib.rs #12

Merged
merged 7 commits into from
Sep 17, 2024
Merged

refactor(api): Move code out of lib.rs #12

merged 7 commits into from
Sep 17, 2024

Conversation

bitdivine
Copy link
Member

@bitdivine bitdivine commented Sep 17, 2024

Motivation

The api lib.rs is going to become one large unmanageable mess very quickly if all the code is in one file.

Changes

  • Move api definitions into smaller files.
  • Clippy

Tests

See CI

@bitdivine bitdivine merged commit ac6c40f into main Sep 17, 2024
7 of 8 checks passed
@bitdivine bitdivine deleted the api branch September 17, 2024 14:39
bitdivine added a commit that referenced this pull request Sep 18, 2024
# Motivation
The api lib.rs is going to become one large unmanageable mess very
quickly if all the code is in one file.


# Changes
- Move api definitions into smaller files.

# Tests
See CI
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