Expand description

Functionality for mapping individual blocks.

Re-exports

pub use self::attributes::*;
pub use self::identification::*;
pub use self::module::*;
pub use self::strtab::*;
pub use self::symtab::*;
pub use self::type_table::*;

Modules

Functionality for mapping the PARAMATTR_BLOCK and PARAMATTR_GROUP_BLOCK blocks.

Functionality for mapping the IDENTIFICATION_BLOCK block.

Functionality for mapping the MODULE_BLOCK block.

Functionality for mapping the STRTAB_BLOCK block.

Functionality for mapping the SYMTAB_BLOCK block.

Functionality for mapping the TYPE_BLOCK_ID_NEW block.

Enums

A holistic model of all possible block IDs, spanning reserved, IR, and unknown IDs.

Potential errors when mapping a single bitstream block.