cornucopia
cornucopia copied to clipboard
feature request: derive Eq and Hash for generated structs
It would help to avoid the tedium of implementing them yourself. Is there a reason why they don't?
Related: #149
@LouisGariepy Is it possible please to add the CodegenSettings.extra_derives: Vec<String>
field & render it into the #[derive(...)]
on the generated structs?