finestre-sys 0.1.1

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
9
10
11
12
13
14
#![allow(unused)]
pub mod util;
pub mod typedefs;
pub mod error_codes;
pub mod kernel32;
pub mod user32;
pub mod comctl32;

pub use finestre_init_with_size_derive::InitWithSize;

#[repr(C)]
pub struct Point {
    
}