#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

#24 in Accessibility

Download history 5108/week @ 2023-12-21 7144/week @ 2023-12-28 10479/week @ 2024-01-04 9798/week @ 2024-01-11 12011/week @ 2024-01-18 12443/week @ 2024-01-25 13120/week @ 2024-02-01 13690/week @ 2024-02-08 14589/week @ 2024-02-15 13516/week @ 2024-02-22 14037/week @ 2024-02-29 13494/week @ 2024-03-07 15249/week @ 2024-03-14 17661/week @ 2024-03-21 17825/week @ 2024-03-28 10495/week @ 2024-04-04

63,374 downloads per month
Used in 33 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–17MB
~216K SLoC