Skip to content

0.5.1

Compare
Choose a tag to compare
@KnorrFG KnorrFG released this 05 Nov 16:13
· 18 commits to main since this release
  • Some code improvements
  • Replaces the std HashMap with Hashbrown::HashMap, which is faster and does
    not change it's layout randomly when the data is the same, which is important
    for snapshot testing
  • windows binaries are stripped now too