Thanks to visit codestin.com
Credit goes to lib.rs

38 releases (22 breaking)

new 0.23.0 Jan 15, 2026
0.21.1 Oct 2, 2025
0.21.0 Jul 16, 2025
0.18.0 Mar 6, 2025
0.3.0 Dec 29, 2021

#1 in Accessibility

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

818,620 downloads per month
Used in 1,474 crates (50 directly)

MIT/Apache

135KB
3K 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_android: exposes an AccessKit tree on Android through the Java-based Android accessibility API
  • accesskit_winit: wraps other platform adapters for use with the winit windowing library

Some platform adapters include simple examples.

Dependencies

~0.2–1.3MB
~26K SLoC