//! This module contains the underlying data models and enums used by the Assembler. pub mod module; pub mod module_registry; pub mod symbol;