Skip to main content

render_for_format

Function render_for_format 

Source
pub fn render_for_format(s: &str, format: FormatType) -> String
Expand description

Replace {{VAR}} placeholders with format-native variable references.

ยงPanics

Panics if the internal regex pattern is invalid (should never happen).