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

add wrapping crate springql #192

Closed
kazuk opened this issue Jun 13, 2022 · 0 comments · Fixed by #193
Closed

add wrapping crate springql #192

kazuk opened this issue Jun 13, 2022 · 0 comments · Fixed by #193
Labels

Comments

@kazuk
Copy link
Contributor

kazuk commented Jun 13, 2022

Motivation

Our project main crate currently named springql-core.

This crate should be run on a small machine such as an in-vehicle microcontroller.

For this reason, I don't want to include anything other than run-time features in springql-core as much as possible.

However, having springql-core with only limited functionality makes it difficult to develop and test.

Adding a springql crate allows for refactoring to move to springql any features that are currently included in springql-core that are not needed at run time.

Refactoring target

add springql crate, simply wrapping splingql-core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant