accesskit_unix

Crates.ioaccesskit_unix
lib.rsaccesskit_unix
version0.17.0
created_at2023-01-05 00:30:02.787391+00
updated_at2025-07-16 21:55:48.511113+00
descriptionAccessKit UI accessibility infrastructure: Linux adapter
homepage
repositoryhttps://github.com/AccessKit/accesskit
max_upload_size
id751224
size117,803
Arnold Loubriat (DataTriny)

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: 553

cargo fmt