Skip to content

0.2.0

Latest

Choose a tag to compare

@getsentry-bot getsentry-bot released this 22 Nov 11:13

Various fixes & improvements

  • Reimplement StringTable in terms of hashbrown::HashTable (#12) by @Swatinem
  • Add StringTable::from_bytes to deserialize a StringTable directly from its buffer. (#11) by @Swatinem
  • ci: Actually run doctests (#10) by @Swatinem
  • feat: Add align_to_type functions (#9) by @loewenheim