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 Hash traits for Metadata and its transitive members #271

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

regexident
Copy link
Contributor

This PR is sort of a follow-up of #267, aiming to fill the very last remaining blind spot: Hash.

(Motivation: I found myself in need of Hash for Metadata and its members as I otherwise couldn't use them as HashMap/HashSet keys, which is crucial for my use case.)

@oli-obk oli-obk merged commit 5568997 into oli-obk:main Nov 20, 2024
6 checks passed
@regexident regexident deleted the derive-hash branch November 20, 2024 17:44
@regexident
Copy link
Contributor Author

Thanks @oli-obk!

I just noticed that the most recent release is over a year old. Is there any chance for a new release in the near-term?

@oli-obk
Copy link
Owner

oli-obk commented Nov 20, 2024

I can do it from my phone if you do the bump of the cargo version as a PR

@regexident
Copy link
Contributor Author

I can do it from my phone if you do the bump of the cargo version as a PR

Here you go: #272 Thanks again, Oli! 🙏

@ia0 ia0 mentioned this pull request Dec 4, 2024
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