I used this crate for a project, but I felt the need to add some more functionality.
Specifically, I added:
- The ability to have an iterator over the keys along with the values
- A
union function that combined two HashMultiSets.
If I folded these additions (and possibly similar additions, like intersection) into the crate itself would you be open to a pull request?