#ui #gui #linux

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

31 releases (12 breaking)

0.13.0 Oct 31, 2024
0.12.1 Sep 24, 2024
0.12.0 Jun 29, 2024
0.7.5 Mar 11, 2024
0.4.0 Mar 30, 2023

#9 in Accessibility

Download history 25681/week @ 2024-07-27 24822/week @ 2024-08-03 28070/week @ 2024-08-10 25332/week @ 2024-08-17 28628/week @ 2024-08-24 30573/week @ 2024-08-31 27045/week @ 2024-09-07 28164/week @ 2024-09-14 31701/week @ 2024-09-21 33233/week @ 2024-09-28 30676/week @ 2024-10-05 33211/week @ 2024-10-12 32614/week @ 2024-10-19 36514/week @ 2024-10-26 41255/week @ 2024-11-02 23012/week @ 2024-11-09

138,948 downloads per month
Used in 78 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–19MB
~294K SLoC