#winit #ui

accesskit_winit

AccessKit UI accessibility infrastructure: winit adapter

49 releases (18 breaking)

0.19.0 Apr 14, 2024
0.18.7 Mar 18, 2024
0.18.4 Feb 25, 2024
0.17.0 Dec 14, 2023
0.1.0 Jul 22, 2022

#17 in Accessibility

Download history 29037/week @ 2024-01-03 29649/week @ 2024-01-10 32509/week @ 2024-01-17 31888/week @ 2024-01-24 31705/week @ 2024-01-31 31968/week @ 2024-02-07 36423/week @ 2024-02-14 35672/week @ 2024-02-21 36311/week @ 2024-02-28 36762/week @ 2024-03-06 35645/week @ 2024-03-13 39091/week @ 2024-03-20 37703/week @ 2024-03-27 34508/week @ 2024-04-03 34137/week @ 2024-04-10 32394/week @ 2024-04-17

144,936 downloads per month
Used in 572 crates (7 directly)

Apache-2.0

195KB
4.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.

Dependencies

~2–40MB
~622K SLoC