rustautogui 2.5.0

Highly optimized GUI automation library for controlling the mouse and keyboard, with template matching support.
Documentation
1
2
3
4
5
use crate::RustAutoGui;

pub mod keyboard_impl;
pub mod mouse_impl;
pub mod template_match_impl;