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

Improvement: new codebase structure #223

Open
Walther opened this issue Dec 22, 2024 · 0 comments
Open

Improvement: new codebase structure #223

Walther opened this issue Dec 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Walther
Copy link
Owner

Walther commented Dec 22, 2024

Currently, the project is a workspace with two crates:

  • clovers is supposedly the "library", with core types and methods
  • clovers-cli is supposedly the "binary", with the runtime and command line interface

These categorizations are not very true though.

Future ideas:

  • one crate with the types, with easy export to wasm/typescript shims
  • one crate with the runtime engine
  • one crate with just the CLI
  • optional crate with a GUI
@Walther Walther added the enhancement New feature or request label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant