pub fn render_text_format(
source: &str,
format: TextFormat,
indent_prefix: &str,
) -> StringExpand description
Render a publication-platform text variant from Rust IR. indent_prefix
is supplied by the host’s already-resolved export profile.