atspi-connection

Crates.ioatspi-connection
lib.rsatspi-connection
version0.6.0
sourcesrc
created_at2023-06-16 21:24:48.922732
updated_at2024-05-24 18:27:13.747996
descriptionA method of connecting, querying, sending and receiving over AT-SPI.
homepage
repositoryhttps://github.com/odilia-app/atspi/
max_upload_size
id892580
size29,582
Tait Hoyem (TTWNO)

documentation

README

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.

Commit count: 1465

cargo fmt