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

feature request: derive Eq and Hash for generated structs #240

Open
robert-sjoblom opened this issue Apr 5, 2024 · 2 comments
Open

feature request: derive Eq and Hash for generated structs #240

robert-sjoblom opened this issue Apr 5, 2024 · 2 comments

Comments

@robert-sjoblom
Copy link

It would help to avoid the tedium of implementing them yourself. Is there a reason why they don't?

@DenisGorbachev
Copy link

Related: #149

@DenisGorbachev
Copy link

@LouisGariepy Is it possible please to add the CodegenSettings.extra_derives: Vec<String> field & render it into the #[derive(...)] on the generated structs?

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