Skip to content

zvariant-2.9.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:53
· 3964 commits to main since this release
  • Add as_ref to borrow string wrappers.
  • Advance signature parser by correct number for byte arrays.
  • Implement TryFrom<Value<'a>> for HashMap.
  • Broaden Error restriction on TryFrom bounds.
  • Add OwnedFd.
  • Some formatting improvements.
  • Add non-owning helpers to StructureBuilder.
  • Add DynamicType + DynamicDeserialize for Array.
  • Add DynamicType + DynamicDeserialize for Structure.
  • Add deserialization functions using DynamicDeserialize.
  • Add From impl for &Signature.
  • Support structures with runtime-defined signatures.
  • Introduce DynamicType and DynamicDeserialize.
  • Introduce new signature mismatch error.
  • Dependency changes:
    • Add libc dependency.