#ui #gui

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

22 releases (8 breaking)

new 0.9.2 May 13, 2024
0.9.0 Apr 30, 2024
0.7.5 Mar 11, 2024
0.6.2 Dec 14, 2023
0.4.0 Mar 30, 2023

#54 in Accessibility

Download history 17648/week @ 2024-01-26 17591/week @ 2024-02-02 17606/week @ 2024-02-09 17060/week @ 2024-02-16 17250/week @ 2024-02-23 17363/week @ 2024-03-01 19590/week @ 2024-03-08 20400/week @ 2024-03-15 20037/week @ 2024-03-22 20855/week @ 2024-03-29 15783/week @ 2024-04-05 18466/week @ 2024-04-12 21209/week @ 2024-04-19 19876/week @ 2024-04-26 16517/week @ 2024-05-03 13916/week @ 2024-05-10

74,176 downloads per month
Used in 61 crates (2 directly)

MIT/Apache

240KB
5.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

~11–25MB
~366K SLoC