Skip to main content

generate_hub_main_rs

Function generate_hub_main_rs 

Source
pub fn generate_hub_main_rs(state: &ArchitectureState) -> String
Expand 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).