pub fn format_wind_truing_report(
report: &WindTruingReport,
units: UnitSystem,
output: WindTruingOutput,
) -> StringExpand description
Render a WindTruingReport (MBA-1392).
ONE formatter for both front ends: the native CLI prints the returned string and the WASM terminal returns it, so the two surfaces are byte-identical by construction rather than by a replicated printer that has to be kept in sync.