wil 0.0.6

This crates is a demonstrator of what a Windows Implementation Library in Rust could look like
Documentation
1
2
3
4
5
#[derive(Debug)]
pub enum WinAPIError {
    _HRESULT(u32),
    LastError(u32),
}