1
2
3
4
5
pub mod bin;
pub mod instr;

pub use bin::{SpirvBinary, SpirvHeader};
pub use instr::{Instr, Instrs, Instruction, InstructionBuilder, Operands};