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

Derive or implement standard traits where possible #13

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

qwandor
Copy link
Contributor

@qwandor qwandor commented Jul 4, 2024

Debug is useful for debug printing various values along the way, Eq is useful for tests, and Clone is useful all over the place. This should make life easier for users of the library.

Copy link
Owner

@BrettDong BrettDong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@BrettDong BrettDong merged commit 7f8215c into BrettDong:main Jul 4, 2024
1 check passed
@qwandor qwandor deleted the derive branch July 4, 2024 12:30
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

Successfully merging this pull request may close these issues.

2 participants