Skip to main content

render

Function render 

Source
pub fn render(content: &str, options: &CsvTableOptions) -> String
Expand description

Render a CSV/TSV string as HTML. Caller supplies options; content is HTML-escaped before emission.