Function graphviz::render[src]

pub fn render<'a, N, E, G: Labeller<'a, N, E> + GraphWalk<'a, N, E>, W: Writer>(g: &'a G, w: &mut W) -> IoResult<()>

Renders directed graph g into the writer w in DOT syntax. (Main entry point for the library.)