atspi-macros

Crates.ioatspi-macros
lib.rsatspi-macros
version0.4.0
sourcesrc
created_at2022-12-28 23:20:59.108491
updated_at2023-06-16 20:37:52.31042
descriptionMacros to assist in various impl blocks for the `atspi` crate.
homepage
repositoryhttps://github.com/odilia-app/atspi
max_upload_size
id747037
size69,615
Tait Hoyem (TTWNO)

documentation

README

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.
Commit count: 1465

cargo fmt