Crates.io | atspi-connection |
lib.rs | atspi-connection |
version | 0.8.0 |
source | src |
created_at | 2023-06-16 21:24:48.922732 |
updated_at | 2024-08-14 01:24:23.379052 |
description | A method of connecting, querying, sending and receiving over AT-SPI. |
homepage | |
repository | https://github.com/odilia-app/atspi/ |
max_upload_size | |
id | 892580 |
size | 29,539 |
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.