atspi-common

Crates.ioatspi-common
lib.rsatspi-common
version0.13.0
created_at2023-06-16 21:19:10.526309+00
updated_at2025-09-18 14:15:21.072701+00
descriptionPrimitive types used for sending and receiving Linux accessibility events.
homepage
repositoryhttps://github.com/odilia-app/atspi
max_upload_size
id892577
size673,981
Tait Hoyem (TTWNO)

documentation

README

atspi-common

Common data structures for the atspi crate. This crate is meant to only contain the absolute lowest common denominator for libraries to talk to each other about atspi information; therefore, it attempts to be able to compile on basically any architecture (including WASM).

Please use the internal documentation to learn how to use these data structures.

Feature Flags

  • default: zbus, wrappers
  • zbus: include support for serializing/deserializing from zbus::Messages over DBus.
  • wrappers: container enum types that group events by AT-SPI interface, as well as Event wrapper that contains any possible event.
Commit count: 1668

cargo fmt