accesskit_unix

Crates.ioaccesskit_unix
lib.rsaccesskit_unix
version0.13.1
sourcesrc
created_at2023-01-05 00:30:02.787391
updated_at2024-11-23 17:29:51.435797
descriptionAccessKit UI accessibility infrastructure: Linux adapter
homepage
repositoryhttps://github.com/AccessKit/accesskit
max_upload_size
id751224
size80,046
Matt Campbell (mwcampbell)

documentation

README

AccessKit Unix adapter

This is the Unix adapter for AccessKit. It exposes an AccessKit accessibility tree through the AT-SPI protocol.

Compatibility with async runtimes

While this crate's API is purely blocking, it internally spawns asynchronous tasks on an executor.

  • If you use tokio, make sure to enable the tokio feature of this crate.
  • If you use another async runtime or if you don't use one at all, the default feature will suit your needs.
Commit count: 496

cargo fmt