Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@tuguzT tuguzT released this 20 Aug 22:50
· 26 commits to main since this release

New release 0.2.0 is available now!

Changes

  • no_std support;
  • now map forwards almost all of the methods from the hashbrown::HashMap struct;
  • new bumpalo feature which adds new map structure which uses bumpalo::Bump allocator.