Skip to content

Version 0.12.0

Compare
Choose a tag to compare
@JustForFun88 JustForFun88 released this 23 Apr 05:10
· 5 commits to main since this release

[v0.12.0] - 2022-04-23

Added

  • into_keys DHashMap method that creates a consuming iterator visiting all the keys in arbitrary order;
  • into_values DHashMap method that creates a consuming iterator visiting all the values in arbitrary order;
  • Extend trait implementation for DHashMap was
    expanded (add Extend<&'a (K1, K2, V)>);

Changed

Updated documentations and examples of some methods and structures (Iter, Keys, Values, Drain, IntoIter
structures, IntoIterator trait implementations documentations, etc.)

Removed

Nothing

Fixed

Nothing