#ui #gui

accesskit_unix

AccessKit UI accessibility infrastructure: Linux adapter

20 releases (8 breaking)

new 0.9.0 Apr 30, 2024
0.7.5 Mar 11, 2024
0.6.2 Dec 14, 2023
0.6.1 Nov 4, 2023
0.4.0 Mar 30, 2023

#49 in Accessibility

Download history 15739/week @ 2024-01-08 15908/week @ 2024-01-15 18497/week @ 2024-01-22 16783/week @ 2024-01-29 18556/week @ 2024-02-05 17089/week @ 2024-02-12 16675/week @ 2024-02-19 17883/week @ 2024-02-26 17595/week @ 2024-03-04 20035/week @ 2024-03-11 21002/week @ 2024-03-18 20753/week @ 2024-03-25 18219/week @ 2024-04-01 15914/week @ 2024-04-08 19949/week @ 2024-04-15 20807/week @ 2024-04-22

76,965 downloads per month
Used in 47 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–26MB
~362K SLoC