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

Factour out remote tables into a separate crate #238

Merged
merged 3 commits into from
Dec 9, 2022

Conversation

gruuya
Copy link
Contributor

@gruuya gruuya commented Dec 8, 2022

Refactor the repo so that the remote table logic is extracted into a self-contained crate, with seafowl being the root package of the workspace.

To run all the test use cargo test --workspace (or target a specific package with -p); fmt will fix code in the (sub)crate as well, while existing CI tomlfmt should also fix its Cargo.toml.

Closes #237.

@gruuya gruuya merged commit 5d9fbfd into main Dec 9, 2022
@gruuya gruuya deleted the remote-table-seafowl-workspace branch December 9, 2022 10:15
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.

Factor out remote table code into a separate crate
2 participants