axuielement 0.9.1

Safe Rust bindings for Apple's AXUIElement — drive other apps' UIs (read attributes, perform actions) on macOS
Documentation
1
2
3
4
5
use super::Handle;

extern "C" {
    pub fn ax_error_copy_description(code: i32) -> Handle;
}