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

#1980 in Procedural macros

Download history 6391/week @ 2023-12-18 4178/week @ 2023-12-25 4955/week @ 2024-01-01 5472/week @ 2024-01-08 5422/week @ 2024-01-15 5491/week @ 2024-01-22 5131/week @ 2024-01-29 5337/week @ 2024-02-05 3708/week @ 2024-02-12 4250/week @ 2024-02-19 3960/week @ 2024-02-26 3592/week @ 2024-03-04 4335/week @ 2024-03-11 3918/week @ 2024-03-18 3893/week @ 2024-03-25 4992/week @ 2024-04-01

17,617 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–18MB
~226K SLoC