Skip to content

zvariant 3.8.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:59
· 3120 commits to main since this release
  • Update dependencies.
  • Fix link to GVariant specification.
  • Str now keeps owned string in an Arc so that cloning doens't imply allocation.
  • Avoid a redundant String clone.
  • Implement TryFrom<Arc<str>> for Str.