#screen-reader #send-event #api-bindings #linux

atspi-connection

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

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

#38 in Accessibility

Download history 8676/week @ 2024-01-01 9926/week @ 2024-01-08 10750/week @ 2024-01-15 13226/week @ 2024-01-22 12037/week @ 2024-01-29 13858/week @ 2024-02-05 14207/week @ 2024-02-12 13915/week @ 2024-02-19 14020/week @ 2024-02-26 13150/week @ 2024-03-04 14589/week @ 2024-03-11 16962/week @ 2024-03-18 17956/week @ 2024-03-25 14722/week @ 2024-04-01 12777/week @ 2024-04-08 14563/week @ 2024-04-15

62,038 downloads per month
Used in atspi

Apache-2.0 OR MIT

345KB
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.


lib.rs:

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

Dependencies

~9–23MB
~328K SLoC