Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@tuguzT tuguzT released this 22 Aug 22:14
· 18 commits to main since this release

New release 0.3.0 is available now!

Changes

  • remove all features and dependencies;
  • remove new hash map structures entirely;
  • add new trait to define fallible and panicking extension functions for collections (instead of using new types);
  • add default implementation of new trait for arrays and slices (collections available in no_std environment).

Plans

Add new features to extend count of collections which implement new trait (for example, std, alloc and hashbrown).