#screen-reader #send-event #linux

atspi-connection

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

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

#57 in Accessibility

Download history 26655/week @ 2024-09-13 29801/week @ 2024-09-20 31051/week @ 2024-09-27 30249/week @ 2024-10-04 32695/week @ 2024-10-11 31408/week @ 2024-10-18 33666/week @ 2024-10-25 38738/week @ 2024-11-01 29800/week @ 2024-11-08 27818/week @ 2024-11-15 27846/week @ 2024-11-22 29985/week @ 2024-11-29 29979/week @ 2024-12-06 31193/week @ 2024-12-13 21297/week @ 2024-12-20 19206/week @ 2024-12-27

106,932 downloads per month
Used in atspi

Apache-2.0 OR MIT

375KB
7.5K 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.


lib.rs:

A connection to AT-SPI. connection may receive any atspi_common::events::Event structures.

Dependencies

~7–18MB
~269K SLoC