dbus2 / zbus

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

Generate `fdo` proxies through the respective `interface` #842

Closed zeenix closed 2 weeks ago

zeenix commented 3 months ago

Now that it's possible, we should do this for sure. I even implemented it but unfortunately (at least at the moment), this will require API break. Definitely something for 5.0.

If anyone else takes this, do look at my WIP branch linked above.

TheButlah commented 3 weeks ago

This would be such an awesome feature 🙏

zeenix commented 3 weeks ago

@TheButlah yeah but keep in mind that it'll only be good for zbus maintenance. The interface macro already supports generation of proxy. This issue is just about using it ourselves for fdo module, where we currently use interface and proxy separately.

TheButlah commented 3 weeks ago

ah, my knowledge is out of date. I see it here. Thanks!