finestre-sys 0.1.0

Bare-bones bindings for a very limited subset of the Win32 API. Advise you use the official windows-sys crate instead.
Documentation
1
2
3
4
5
6
7
8
#![allow(unused)]
pub mod util;
pub mod typedefs;
pub mod error_codes;
pub mod kernel32;
pub mod user32;

pub use finestre_init_with_size_derive::InitWithSize;