Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiz/accessibility
Rust bindings for macOS accessibility API.
https://github.com/eiz/accessibility
accessibility api macos osx rust
Last synced: 10 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T16:57:17.000Z (about 1 month ago)
- Last Synced: 2024-10-31T08:39:54.453Z (15 days ago)
- Topics: accessibility, api, macos, osx, rust
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 39
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
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.