9 breaking releases
new 0.10.1 | May 6, 2025 |
---|---|
0.9.0 | Feb 26, 2025 |
0.8.0 | Aug 14, 2024 |
0.6.0 | May 24, 2024 |
0.1.0 | Jun 16, 2023 |
#35 in Accessibility
196,483 downloads per month
Used in atspi
445KB
9K
SLoC
A connection to AT-SPI.
connection may receive any atspi_common::events::Event
structures.
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–19MB
~288K SLoC