Overview of WinSafe capabilities
masterWinSafe provides a safe, idiomatic Rust interface for the Windows API. It is divided into two main layers:
- Low-level Win32 API: Provides direct access to constants, functions, structs, window messages, handles, and COM interfaces.
- High-level GUI controls: Provides abstractions for building native applications, including custom windows/dialogs (main, modal, modeless, etc.) and native controls like buttons, combo boxes, list views, and progress bars.