Skip to content

zvariant-2.1.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:48
· 5224 commits to main since this release

Changes since 2.0.1:

  • Add to_owned method to string types. This is different than already
    blanked implemented ToOwned trait, as it creates a clone with 'static
    lifetime.
  • Deprecate Basic::ALIGNMENT for new alignment() function.
  • Implement some conversions:
    • From<&String> for Str
    • From<&String> for Value
    • From<&Vec> for Value
  • Fix infinite recursion in Error's PartialEq implementation.