nanocom 0.2.1

Nano-COM, extremly small subset of cross-platform COM
Documentation
1
2
3
4
5
6
7
#[allow(non_camel_case_types)]
#[repr(u32)]
#[derive(Debug)]
pub enum HRESULT {
    S_OK = 0,
    E_NOINTERFACE = 0x80004002,
}