#screen-reader #a11y #linux

atspi-connection

A method of connecting, querying, sending and receiving over AT-SPI

3 releases (breaking)

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

#60 in Accessibility

Download history 66/week @ 2023-06-14 26/week @ 2023-06-21 24/week @ 2023-06-28 35/week @ 2023-07-05 14/week @ 2023-07-12 14/week @ 2023-07-19 34/week @ 2023-07-26 67/week @ 2023-08-02 24/week @ 2023-08-09 14/week @ 2023-08-16 21/week @ 2023-08-23 10/week @ 2023-08-30 19/week @ 2023-09-06 76/week @ 2023-09-13 26/week @ 2023-09-20

139 downloads per month
Used in atspi

Apache-2.0 OR MIT

335KB
7K SLoC

atspi-connection

This crate uses the the following crates to support its various functions:

  • atspi-common: to receive events from AT-SPI.
  • atspi-proxies: to send events and query live information over AT-SPI.

This is essentially a client-facing library where you can use the AccessibilityConnection structure to get streams of AT-SPI events coming from a Linux system. See the examples folder and documentation on how to use this library.

Dependencies

~7–21MB
~287K SLoC