#ui #data-structures

accesskit

UI accessibility infrastructure across platforms

30 releases (16 breaking)

new 0.17.0 Oct 31, 2024
0.16.1 Sep 24, 2024
0.16.0 Jun 29, 2024
0.12.3 Mar 7, 2024
0.3.0 Dec 29, 2021

#27 in Accessibility

Download history 47975/week @ 2024-07-18 50581/week @ 2024-07-25 46851/week @ 2024-08-01 54574/week @ 2024-08-08 52778/week @ 2024-08-15 56152/week @ 2024-08-22 56633/week @ 2024-08-29 58799/week @ 2024-09-05 52397/week @ 2024-09-12 57507/week @ 2024-09-19 65433/week @ 2024-09-26 67286/week @ 2024-10-03 64236/week @ 2024-10-10 65031/week @ 2024-10-17 68195/week @ 2024-10-24 74769/week @ 2024-10-31

283,555 downloads per month
Used in 1,169 crates (20 directly)

MIT/Apache

110KB
2.5K SLoC

AccessKit

This is the shared cross-platform crate for AccessKit. It defines the data structures that represent an accessibility tree, and the trait for handling action requests from assistive technologies.

To use AccessKit in your application or toolkit, you will also need a platform adapter. The following platform adapters are currently available:

  • accesskit_windows: exposes an AccessKit tree on Windows using the UI Automation API
  • accesskit_macos: exposes an AccessKit tree on MacOS through the Cocoa NSAccessibility protocol
  • accesskit_unix: exposes an AccessKit tree on Linux and Unix systems through the AT-SPI protocol
  • accesskit_winit: wraps other platform adapters for use with the winit windowing library

Some platform adapters include simple examples.

Dependencies

~0–5.5MB
~21K SLoC