Skip to main content

render_all

Function render_all 

Source
pub fn render_all(pcfg: &ProjectConfig, docs: &[&Doc]) -> Result<String, String>
Expand description

Render every configured stat over docs, concatenated with a blank line between sections. The corpus DB is built once and reused. Err carries the first failing stat’s problem message.