x-win 5.6.1

This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.
Documentation
1
2
3
4
5
6
7
#![deny(unused_imports)]

pub mod icon_info;
pub mod process_info;
pub mod usage_info;
pub mod window_info;
pub mod window_position;