https://github.com/eiz/accessibility
Rust bindings for macOS accessibility API.
https://github.com/eiz/accessibility
accessibility api macos osx rust
Last synced: about 1 year ago
JSON representation
Rust bindings for macOS accessibility API.
- Host: GitHub
- URL: https://github.com/eiz/accessibility
- Owner: eiz
- License: apache-2.0
- Created: 2021-02-12T08:07:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T19:37:52.000Z (about 1 year ago)
- Last Synced: 2025-03-29T08:02:59.194Z (about 1 year ago)
- Topics: accessibility, api, macos, osx, rust
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 51
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# accessibility
Provides minimal bindings to the macOS accessibility support functions. This API
is intended for the creation of assistive technology and automation, not for
implementing accessibility support in apps. The high level safe bindings are
pretty spotty, but `accessibility-sys` is complete.