#macro #api-bindings

atspi-common

Primitive types used for sending and receiving Linux accessibility events

5 releases (breaking)

0.5.0 Feb 29, 2024
0.4.0 Oct 17, 2023
0.3.0 Sep 17, 2023
0.2.0 Aug 2, 2023
0.1.0 Jun 16, 2023

#27 in Accessibility

Download history 13142/week @ 2024-01-23 11923/week @ 2024-01-30 13722/week @ 2024-02-06 14440/week @ 2024-02-13 13859/week @ 2024-02-20 13841/week @ 2024-02-27 13271/week @ 2024-03-05 14777/week @ 2024-03-12 17222/week @ 2024-03-19 18199/week @ 2024-03-26 13917/week @ 2024-04-02 13583/week @ 2024-04-09 17453/week @ 2024-04-16 17543/week @ 2024-04-23 16136/week @ 2024-04-30 12132/week @ 2024-05-07

65,999 downloads per month
Used in 46 crates (5 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–18MB
~218K SLoC