Atspi-macros
Crate that is home to proc-macros used in atspi.
Update Log
0.2.0- Add custom implementations using an
atspi_proxymacro, replacing thezbus::dbus_proxymacro. Note that internally,zbus::dbus_proxyis called on the item being identified with the macro.- Add auto-definition of
*trait matching any trait used to generate a*Proxy. - Add auto-definition of
*Blockingtrait matching any trait used to generate a*ProxyBlocking. - Add auto-implementation of
*trait for*Proxy. - Add auto-implementation of
*Blockingtrait for*ProxyBlocking.
- Add auto-definition of
- Add custom implementations using an