Skip to content

Version 0.8.1

Choose a tag to compare

@tkaitchuck tkaitchuck released this 01 Nov 21:25
· 50 commits to master since this release
  • Fix compiler error on wasm with default features.
  • Significant improvements to speed on unusual architectures (Things other than: x86_64, aarch64, mips64, powerpc64, riscv64gc, or s390x)
  • Improved documentation
  • Added support for into_keys and into_values to AHashMap
  • Fix AVR support by using atomic-polyfill
  • Simplify the way that flags work