8 unstable releases (3 breaking)

0.4.0 Jun 16, 2023
0.3.0 Feb 25, 2023
0.2.0 Feb 20, 2023
0.1.4 Jan 4, 2023
0.1.2 Dec 31, 2022

#24 in #zbus

Download history 1596/week @ 2024-07-20 1446/week @ 2024-07-27 1290/week @ 2024-08-03 2039/week @ 2024-08-10 1558/week @ 2024-08-17 1746/week @ 2024-08-24 1790/week @ 2024-08-31 1418/week @ 2024-09-07 1652/week @ 2024-09-14 2067/week @ 2024-09-21 1850/week @ 2024-09-28 829/week @ 2024-10-05 1149/week @ 2024-10-12 1189/week @ 2024-10-19 1451/week @ 2024-10-26 1010/week @ 2024-11-02

4,876 downloads per month

Apache-2.0 OR MIT

70KB
2K SLoC

Atspi-macros

Crate that is home to proc-macros used in atspi.

Update Log

  • 0.2.0
    • Add custom implementations using an atspi_proxy macro, replacing the zbus::dbus_proxy macro. Note that internally, zbus::dbus_proxy is 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 *Blocking trait matching any trait used to generate a *ProxyBlocking.
      • Add auto-implementation of * trait for *Proxy.
      • Add auto-implementation of *Blocking trait for *ProxyBlocking.

Dependencies

~3–15MB
~217K SLoC