dbus2 / zbus-old

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

Validate bus names in macros #240

Open zeenix opened 2 years ago

zeenix commented 2 years ago

Where we get the bus names from the user e.g default_path and interface attributes of dbus_interface, we should validate them in the macro itself so the problem is detected and reported at compile-time, while user is typing.