1//! Core logic: Generator trait, codegen orchestration, validation, and shared utilities. 2 3pub mod codegen; 4pub mod utils; 5pub mod validate;