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

Add trait implementations to Iterators mirroring the std::collections maps/sets #226

Merged
merged 1 commit into from
Aug 6, 2021

Conversation

bhgomes
Copy link
Contributor

@bhgomes bhgomes commented Aug 3, 2021

Added Clone, Debug, and FusedIterator implementations for the map/set iterators following the implementations in the standard library.

Resolves #192.

@bhgomes bhgomes changed the title Add trait implementations to phf Iterators mirroring the std::collections maps/sets Add trait implementations to Iterators mirroring the std::collections maps/sets Aug 3, 2021
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

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

Thanks!

@JohnTitor JohnTitor merged commit 012be08 into rust-phf:master Aug 6, 2021
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.

Implement Debug for Keys and Values
2 participants