Crate winmd

Source
Expand description

A Windows Metadata (winmd) parser

Re-exports§

pub use parsed::*;

Modules§

parsed
Parsed elements of a winmd file

Structs§

File
A Windows Metadata File
TypeReader
A reader of type information from Windows Metadata

Enums§

TableIndex
A well-known index of data into the winmd tables array

Traits§

Decode