Skip to content

zvariant-3.3.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:56
· 3430 commits to main since this release
  • Implement
    • From<&OwnedValue> for Value.
    • Eq for types implementing PartialEq.
    • Type for uuid::Uuid, if uuid feature is enabled.
    • Type for url::Url, if url feature is enabled.
    • Type for time::*, if time feature is enabled.
  • More concise debug representation of Signature.
  • A few internal fixes.