Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: z-galaxy/zbus

zvariant_derive-2.1.0

11 May 07:48

Choose a tag to compare

Changes since 2.0.0:

  • Add DeserializeDict & SerializeDict derive macros for easy handling of "a{sv}"
    type, that is very common in D-Bus and GVariant land.
  • Add the awesome zbus logo to docs. :)

zvariant-2.1.0

11 May 07:48

Choose a tag to compare

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.

zvariant-2.0.1

11 May 07:47

Choose a tag to compare

Merge branch 'de-bound-checks' into 'master'

zv: Ensure padding bytes exist before indexing into them

Closes #59

See merge request zeenix/zbus!140