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
pub mod keyboard;
pub mod mouse;
pub mod screen;
#[cfg(not(feature = "lite"))]
pub mod template_match;