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§
- attributes
- Functionality for mapping the
PARAMATTR_BLOCKandPARAMATTR_GROUP_BLOCKblocks. - identification
- Functionality for mapping the
IDENTIFICATION_BLOCKblock. - module
- Functionality for mapping the
MODULE_BLOCKblock. - strtab
- Functionality for mapping the
STRTAB_BLOCKblock. - symtab
- Functionality for mapping the
SYMTAB_BLOCKblock. - type_
table - Functionality for mapping the
TYPE_BLOCK_ID_NEWblock.
Enums§
- BlockId
- A holistic model of all possible block IDs, spanning reserved, IR, and unknown IDs.
- Block
MapError - Potential errors when mapping a single bitstream block.