Skip to content

0.1.9

Compare
Choose a tag to compare
@ibraheemdev ibraheemdev released this 17 Feb 05:53
· 3 commits to master since this release
  • Added HashMap::remove_if (#59).
  • serde::{Serialize, Deserialize} are now implemented for HashSet (#55).
  • HashMap::retain now takes &self instead of the incorrect &mut self (#61).
  • The table size will now shrink if most of the capacity is unused (#58).