#gui #access-kit #adapter

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

33 releases (13 breaking)

0.14.0 Mar 6, 2025
0.13.1 Nov 23, 2024
0.13.0 Oct 31, 2024
0.12.0 Jun 29, 2024
0.4.0 Mar 30, 2023

#21 in Accessibility

Download history 19469/week @ 2024-12-21 23250/week @ 2024-12-28 31777/week @ 2025-01-04 36273/week @ 2025-01-11 32653/week @ 2025-01-18 33736/week @ 2025-01-25 38468/week @ 2025-02-01 40091/week @ 2025-02-08 41874/week @ 2025-02-15 48072/week @ 2025-02-22 51351/week @ 2025-03-01 57591/week @ 2025-03-08 62481/week @ 2025-03-15 60084/week @ 2025-03-22 52624/week @ 2025-03-29 55401/week @ 2025-04-05

239,683 downloads per month
Used in 107 crates (2 directly)

MIT/Apache

290KB
7K 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

~11–22MB
~360K SLoC