#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

#29 in Accessibility

Download history 25151/week @ 2024-08-17 27803/week @ 2024-08-24 29423/week @ 2024-08-31 26546/week @ 2024-09-07 27390/week @ 2024-09-14 29457/week @ 2024-09-21 31361/week @ 2024-09-28 30748/week @ 2024-10-05 32876/week @ 2024-10-12 30826/week @ 2024-10-19 34685/week @ 2024-10-26 39653/week @ 2024-11-02 26987/week @ 2024-11-09 28148/week @ 2024-11-16 27965/week @ 2024-11-23 29659/week @ 2024-11-30

119,668 downloads per month
Used in 80 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–15MB
~198K SLoC