windows-metadata 0.100.0

Low-level metadata library for ECMA-335
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use super::*;

mod blob;
mod codes;
mod file;
mod index;
mod row;
mod tables;
mod type_category;

pub use blob::*;
pub use codes::*;
pub use file::*;
pub use index::*;
pub use row::*;
pub use tables::*;
pub use type_category::*;