accesskit

Crates.ioaccesskit
lib.rsaccesskit
version0.17.1
sourcesrc
created_at2021-12-21 18:42:31.645337
updated_at2024-11-23 17:23:36.670254
descriptionUI accessibility infrastructure across platforms
homepage
repositoryhttps://github.com/AccessKit/accesskit
max_upload_size
id501290
size129,495
Matt Campbell (mwcampbell)

documentation

README

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.

Commit count: 496

cargo fmt