pub fn render_graph_set(
graphs: &GraphSet,
output_prefix: &Path,
) -> Result<Vec<PathBuf>, SvgRenderError>Expand description
Renders each present graph as <output_prefix>.ast.svg and
<output_prefix>.syntax_graph.svg. Absent layers are skipped.