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

Expand HashSet impls with more methods/traits #68

Merged
merged 11 commits into from
Mar 2, 2020
Merged

Expand HashSet impls with more methods/traits #68

merged 11 commits into from
Mar 2, 2020

Conversation

jonhoo
Copy link
Owner

@jonhoo jonhoo commented Mar 2, 2020

This also aligns HashSet more with HashMap (such as on bounds).


This change is Reviewable

@codecov
Copy link

codecov bot commented Mar 2, 2020

Codecov Report

Merging #68 into master will increase coverage by 1.14%.
The diff coverage is n/a.

Impacted Files Coverage Δ
src/raw/mod.rs 87.75% <0.00%> (+1.02%) ⬆️
src/map.rs 88.90% <0.00%> (+1.35%) ⬆️

@jonhoo jonhoo merged commit 35c8a04 into master Mar 2, 2020
@jonhoo jonhoo deleted the expand-set branch March 2, 2020 20:43
@twe4ked
Copy link
Contributor

twe4ked commented Mar 2, 2020

Nice changes, that would have taken a while with PR feedback. Now that I see the changes they're obvious 😛. Thanks!

@jonhoo
Copy link
Owner Author

jonhoo commented Mar 2, 2020

Hehe, yeah, I figured it might be easier to just do them than trying to walk through them one by one :p Hopefully you'll still find it useful to see them written out though!

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.

None yet

2 participants