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

Proposal for Extensible Cargo Runner Configuration #31

Open
codeitlikemiley opened this issue Oct 22, 2024 — with Huly for GitHub · 0 comments
Open

Proposal for Extensible Cargo Runner Configuration #31

codeitlikemiley opened this issue Oct 22, 2024 — with Huly for GitHub · 0 comments
Assignees

Comments

Copy link
Owner

codeitlikemiley commented Oct 22, 2024

As Rust continues to grow and more frameworks emerge, it becomes increasingly challenging to produce a unique configuration for each one. The purpose of this pull request (PR) is to enable users to create extensions for the Cargo runner, allowing them to develop their configurations, run tests, and share their setups with the community.

Future Enhancements

In future releases, we envision adding the capability to generate predefined configurations, such as:

  • Default (using Cargo)
  • Leptos
  • Dioxus
  • Etc.

Each project or workspace would have its own predefined configuration, eliminating the need to manually modify settings for each new crate.

@codeitlikemiley codeitlikemiley self-assigned this Oct 27, 2024
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

No branches or pull requests

1 participant