#gui #adapter

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

34 releases

0.15.0 May 7, 2025
0.14.0 Mar 6, 2025
0.13.1 Nov 23, 2024
0.12.0 Jun 29, 2024
0.4.0 Mar 30, 2023

#66 in Accessibility

Download history 41034/week @ 2025-02-04 39416/week @ 2025-02-11 43518/week @ 2025-02-18 49107/week @ 2025-02-25 51331/week @ 2025-03-04 63370/week @ 2025-03-11 57337/week @ 2025-03-18 59832/week @ 2025-03-25 52011/week @ 2025-04-01 55076/week @ 2025-04-08 45902/week @ 2025-04-15 55537/week @ 2025-04-22 44696/week @ 2025-04-29 51760/week @ 2025-05-06 45432/week @ 2025-05-13 38365/week @ 2025-05-20

188,410 downloads per month
Used in 112 crates (2 directly)

MIT/Apache

305KB
7.5K SLoC

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.

Dependencies

~10–22MB
~347K SLoC