Cover entire HashMap API for the HalfBrown map
The HalfBrown map covers the essentials of HashMap but not everything quite a few things are missing.
Moving this to the halfbrown repo - it is about 90% done already mostly missing entry and related functions.
@shekohex you seemed interested in the issue is there a particular function you need that is still missing?
Everything is fine, Thank you for that great crate :heart:
I am trying to use halfbrown as a drop-in replacement for std::collections::HashMap.
one method I am sorely missing is HashMap::retain<F>(&mut self, f: F).
@wbrickner added and released as 0.1.12 :+1: