dbus2 / zbus-old

Rust D-Bus crate.
https://gitlab.freedesktop.org/dbus/zbus
Other
49 stars 13 forks source link

Drop direct use of zvariant from zbus examples #305

Closed zeenix closed 1 year ago

zeenix commented 1 year ago

When using zvariant with/for zbus, it's best to use it through the re-export so let's not encourage the direct usage in our examples.

This would be a perfect task for someone just wanting to get into the code and contribute w/o much context.