Skip to content

zvariant-2.10.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:53
· 3832 commits to main since this release
  • Mark unsafe from_bytes_unchecked constructors as such. This actually breaks API but since it's a soundness fix, it's allowed in the same minor version.
  • Reduce size of Str type from 4 to 3 pointers.
  • API to use static strings with Str to avoid allocations/cloning.
  • Minor fixes/improvements.