| Crates.io | atspi-common |
| lib.rs | atspi-common |
| version | 0.13.0 |
| created_at | 2023-06-16 21:19:10.526309+00 |
| updated_at | 2025-09-18 14:15:21.072701+00 |
| description | Primitive types used for sending and receiving Linux accessibility events. |
| homepage | |
| repository | https://github.com/odilia-app/atspi |
| max_upload_size | |
| id | 892577 |
| size | 673,981 |
atspi-commonCommon 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.
default: zbus, wrapperszbus: 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.