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

Use derive-builder in the runner crate #750

Open
saulecabrera opened this issue Sep 10, 2024 · 1 comment
Open

Use derive-builder in the runner crate #750

saulecabrera opened this issue Sep 10, 2024 · 1 comment

Comments

@saulecabrera
Copy link
Member

The javy-runner contains a builder that reconciles all the CLI options and therefore it has grown (and will continue to grow) to contain a wide range of fields. As per @surma's suggestion, we could consider using the derive-builder crate to reduce some of the boilerplate.

Originally posted by @surma in #748 (comment)

@surma
Copy link
Collaborator

surma commented Sep 16, 2024

Just discovered typed-builder. Both wildly popular. Worth looking and comparing.

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

2 participants