#macros

atspi-common

Primitive types used for sending and receiving Linux accessibility events

3 releases (breaking)

0.3.0 Sep 17, 2023
0.2.0 Aug 2, 2023
0.1.0 Jun 16, 2023

#25 in Accessibility

Download history 82/week @ 2023-06-15 38/week @ 2023-06-22 45/week @ 2023-06-29 47/week @ 2023-07-06 33/week @ 2023-07-13 43/week @ 2023-07-20 77/week @ 2023-07-27 56/week @ 2023-08-03 33/week @ 2023-08-10 28/week @ 2023-08-17 30/week @ 2023-08-24 17/week @ 2023-08-31 38/week @ 2023-09-07 88/week @ 2023-09-14 58/week @ 2023-09-21

208 downloads per month
Used in 6 crates (4 directly)

Apache-2.0 OR MIT

255KB
6K SLoC

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.


lib.rs:

atspi-common

Defines all common types, events, and data structures for atspi-proxies and atspi-connection. Since atspi-proxies and atspi-connection are downstream crates, the documentation can not link to it directly. Any type ending in *Proxy is in atspi-proxies.

Dependencies

~3–16MB
~209K SLoC