Skip to content

zbus_names 2.3.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:59
· 3119 commits to main since this release
  • Add inner methods for all name types.
  • Deserialize impl of Owned* shouldn't assume borrowed string. This allows
    these types to be deserialized from a std::io::Read (#287).
  • Implement TryFrom<Arc<str>> for all types.
  • Bump zvariant requirement to latest release.