dbus2 / zbus

Rust D-Bus crate.
Other
360 stars 82 forks source link

zb: Re-export zvariant types & macros directly #807

Closed zeenix closed 2 weeks ago

zeenix commented 4 months ago

I don't see why users have to access (or even know about in most cases) zvariant (as in zbus::zvariant). We should just directly export the relevant API from zvariant under zbus. This will hopefully also further discourage people from using zvariant directly and sometimes ending up with incompatible combo of zbus and zvariant.