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

provide Debug and PartialEq #167

Open
soenkehahn opened this issue Jun 1, 2018 · 1 comment
Open

provide Debug and PartialEq #167

soenkehahn opened this issue Jun 1, 2018 · 1 comment

Comments

@soenkehahn
Copy link

It would be nice for development if most structs and enums would provide both Debug and PartialEq. For printing out values and for comparing during tests with assert_eq!. Would you accept a PR adding derive attributes?

@soenkehahn
Copy link
Author

Specifically I'd be interested in Debug for Color and Rect.

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