#ui #gui #linux

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

32 releases (12 breaking)

0.13.1 Nov 23, 2024
0.12.3 Oct 8, 2024
0.12.0 Jun 29, 2024
0.7.5 Mar 11, 2024
0.4.0 Mar 30, 2023

#15 in Accessibility

Download history 35730/week @ 2024-10-28 40067/week @ 2024-11-04 27798/week @ 2024-11-11 30021/week @ 2024-11-18 31691/week @ 2024-11-25 31861/week @ 2024-12-02 33116/week @ 2024-12-09 34518/week @ 2024-12-16 20487/week @ 2024-12-23 23004/week @ 2024-12-30 33685/week @ 2025-01-06 34832/week @ 2025-01-13 32338/week @ 2025-01-20 33617/week @ 2025-01-27 42043/week @ 2025-02-03 34986/week @ 2025-02-10

146,948 downloads per month
Used in 96 crates (2 directly)

MIT/Apache

280KB
6.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

~8–20MB
~305K SLoC