#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

#45 in Accessibility

Download history 25098/week @ 2024-08-17 27801/week @ 2024-08-24 29393/week @ 2024-08-31 26531/week @ 2024-09-07 27397/week @ 2024-09-14 29450/week @ 2024-09-21 31331/week @ 2024-09-28 30734/week @ 2024-10-05 32816/week @ 2024-10-12 30829/week @ 2024-10-19 34638/week @ 2024-10-26 39641/week @ 2024-11-02 26972/week @ 2024-11-09 28126/week @ 2024-11-16 27950/week @ 2024-11-23 29638/week @ 2024-11-30

119,595 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–19MB
~272K SLoC