#winit #ui

accesskit_winit

AccessKit UI accessibility infrastructure: winit adapter

57 releases (21 breaking)

0.22.0 Jun 29, 2024
0.20.4 May 27, 2024
0.18.7 Mar 18, 2024
0.17.0 Dec 14, 2023
0.1.0 Jul 22, 2022

#39 in Accessibility

Download history 32316/week @ 2024-04-05 35840/week @ 2024-04-12 39769/week @ 2024-04-19 36680/week @ 2024-04-26 31491/week @ 2024-05-03 30568/week @ 2024-05-10 32334/week @ 2024-05-17 36259/week @ 2024-05-24 38132/week @ 2024-05-31 45287/week @ 2024-06-07 50613/week @ 2024-06-14 50870/week @ 2024-06-21 51343/week @ 2024-06-28 46813/week @ 2024-07-05 44393/week @ 2024-07-12 35922/week @ 2024-07-19

187,566 downloads per month
Used in 707 crates (10 directly)

Apache-2.0

190KB
4K 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

~3–37MB
~583K SLoC