1 2 3 4 5 6 7 8 9 10
pub fn generate_mod_rs() -> String { r#"//! Operation scaffold module. pub mod lowering { pub mod wgsl; } "# .to_string() }