#data-structures #api-bindings #macro #linux

atspi-common

Primitive types used for sending and receiving Linux accessibility events

8 releases (breaking)

0.8.0 Aug 14, 2024
0.7.0 Aug 14, 2024
0.6.0 May 24, 2024
0.5.0 Feb 29, 2024
0.1.0 Jun 16, 2023

#39 in Accessibility

Download history 28255/week @ 2024-09-01 26505/week @ 2024-09-08 27455/week @ 2024-09-15 29854/week @ 2024-09-22 30843/week @ 2024-09-29 31035/week @ 2024-10-06 32874/week @ 2024-10-13 31854/week @ 2024-10-20 34472/week @ 2024-10-27 39051/week @ 2024-11-03 26889/week @ 2024-11-10 28668/week @ 2024-11-17 28772/week @ 2024-11-24 29419/week @ 2024-12-01 29953/week @ 2024-12-08 29654/week @ 2024-12-15

120,634 downloads per month
Used in 90 crates (5 directly)

Apache-2.0 OR MIT

300KB
6.5K 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–17MB
~202K SLoC