winctx 0.0.20

A minimal window context for Rust on Windows.
Documentation
1
2
3
4
//! Types related to finding and manipulating windows.

pub use self::window::{FindWindow, Window};
mod window;