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

Consistent list of derived traits for structs #121

Open
mlegner opened this issue Jan 22, 2024 · 0 comments
Open

Consistent list of derived traits for structs #121

mlegner opened this issue Jan 22, 2024 · 0 comments
Labels
enhancement New feature or request refactor rust
Milestone

Comments

@mlegner
Copy link
Contributor

mlegner commented Jan 22, 2024

We currently don't derive traits very consistently on our structs and often just add new derived traits when we notice that we need them. It would be good to go through all our types and consistently derive all traits that make sense semantically.

@mlegner mlegner added enhancement New feature or request rust refactor labels Jan 22, 2024
@mlegner mlegner added this to the Backlog milestone Jan 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 refactor rust
Projects
None yet
Development

No branches or pull requests

1 participant