pub fn generate_hub_main_rs(state: &ArchitectureState) -> StringExpand description
Generate src/main.rs for the hub binary crate.
Uses quote! + prettyplease for guaranteed idiomatic formatting —
the same pipeline as the rest of the codegen (no raw format strings).