#winit #async-runtime #asynchronous-tasks

accesskit_winit

AccessKit UI accessibility infrastructure: winit adapter

66 releases (25 breaking)

new 0.26.0 Mar 17, 2025
0.24.0 Mar 6, 2025
0.23.1 Nov 23, 2024
0.22.0 Jun 29, 2024
0.1.0 Jul 22, 2022

#38 in Accessibility

Download history 55885/week @ 2024-12-01 53117/week @ 2024-12-08 55362/week @ 2024-12-15 32840/week @ 2024-12-22 39776/week @ 2024-12-29 54198/week @ 2025-01-05 58062/week @ 2025-01-12 54963/week @ 2025-01-19 50470/week @ 2025-01-26 63730/week @ 2025-02-02 61240/week @ 2025-02-09 61330/week @ 2025-02-16 73596/week @ 2025-02-23 73449/week @ 2025-03-02 84173/week @ 2025-03-09 78455/week @ 2025-03-16

317,606 downloads per month
Used in 767 crates (14 directly)

Apache-2.0

230KB
5K SLoC

AccessKit winit adapter

This is the winit adapter for AccessKit. It exposes an AccessKit accessibility tree through the platform-native accessibility API on any platform supported by AccessKit. On platforms not supported by AccessKit, this adapter does nothing, but still compiles.

Compatibility with async runtimes

The following only applies on Linux/Unix:

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.

Android activity compatibility

The Android implementation of this adapter currently only works with GameActivity, which is one of the two activity implementations that winit currently supports.

Dependencies

~3–42MB
~599K SLoC