1 2 3 4 5 6 7 8 9 10 11 12 13
# user32 # Contains function definitions for the Windows API library user32. See winapi for types and constants. ```toml [dependencies] user32-sys = "0.1.2" ``` ```rust extern crate user32; ``` [Documentation](https://retep998.github.io/doc/user32/)