zb: Re-export zvariant types & macros directly #807
Labels
enhancement
New feature or request
zbus
Issues/PRs related to zbus crate
zvariant
Issues/PRs related to zvariant crate
I don't see why users have to access (or even know about in most cases)
zvariant
(as inzbus::zvariant
). We should just directly export the relevant API fromzvariant
underzbus
. This will hopefully also further discourage people from usingzvariant
directly and sometimes ending up with incompatible combo ofzbus
andzvariant
.The text was updated successfully, but these errors were encountered: