pub fn render(
layout: &Layout,
projects: &[String],
format: Format,
state_filter: Option<&str>,
) -> Result<String>Expand description
Project the named projects into one document. An empty projects list
covers every project in the layout.
ยงErrors
Returns an error if the corpus cannot be listed, read, or digested.