clrmeta 0.1.0

ECMA-335 CLI/.NET metadata parsing library with read/write support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Metadata tables parsing and writing.

mod coded_index;
mod context;
mod header;
mod rows;
mod table_id;

pub use coded_index::{CodedIndex, CodedIndexKind};
pub use context::TableContext;
pub use header::TablesHeader;
pub use rows::*;
pub use table_id::TableId;