windows-bindgen 0.66.0

Code generator for Windows metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use super::*;

mod attributes;
mod bindings;
mod blob;
mod codes;
mod file;
mod reader;
mod row;

pub use attributes::*;
pub use bindings::*;
pub use blob::*;
pub use codes::*;
pub use file::*;
pub use reader::*;
pub use row::*;