#ui #gui #linux

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

31 releases (12 breaking)

new 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 24408/week @ 2024-07-18 25643/week @ 2024-07-25 24439/week @ 2024-08-01 27983/week @ 2024-08-08 26421/week @ 2024-08-15 28033/week @ 2024-08-22 28765/week @ 2024-08-29 29408/week @ 2024-09-05 27906/week @ 2024-09-12 29064/week @ 2024-09-19 33838/week @ 2024-09-26 31656/week @ 2024-10-03 31489/week @ 2024-10-10 33846/week @ 2024-10-17 35120/week @ 2024-10-24 39316/week @ 2024-10-31

145,380 downloads per month
Used in 76 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
~295K SLoC