#ui #gui

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

27 releases (11 breaking)

0.12.0 Jun 29, 2024
0.10.1 May 27, 2024
0.7.5 Mar 11, 2024
0.6.2 Dec 14, 2023
0.4.0 Mar 30, 2023

#8 in Accessibility

Download history 16162/week @ 2024-04-03 17659/week @ 2024-04-10 21012/week @ 2024-04-17 19432/week @ 2024-04-24 18193/week @ 2024-05-01 16114/week @ 2024-05-08 17484/week @ 2024-05-15 19851/week @ 2024-05-22 21432/week @ 2024-05-29 23834/week @ 2024-06-05 36425/week @ 2024-06-12 34192/week @ 2024-06-19 38318/week @ 2024-06-26 28004/week @ 2024-07-03 26618/week @ 2024-07-10 20766/week @ 2024-07-17

120,547 downloads per month
Used in 69 crates (2 directly)

MIT/Apache

270KB
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

~10–22MB
~340K SLoC