#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

#40 in Accessibility

Download history 15579/week @ 2024-05-20 20756/week @ 2024-05-27 18918/week @ 2024-06-03 31981/week @ 2024-06-10 32043/week @ 2024-06-17 36369/week @ 2024-06-24 30805/week @ 2024-07-01 30131/week @ 2024-07-08 29451/week @ 2024-07-15 27193/week @ 2024-07-22 27714/week @ 2024-07-29 27130/week @ 2024-08-05 28727/week @ 2024-08-12 24509/week @ 2024-08-19 30362/week @ 2024-08-26 25302/week @ 2024-09-02

111,273 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

~8–19MB
~275K SLoC