Function graphviz::render_optsExperimental [-]  [+] [src]

pub fn render_opts<'a, N: Clone + 'a, E: Clone + 'a, G: Labeller<'a, N, E> + GraphWalk<'a, N, E>, W: Writer>(g: &'a G, w: &mut W, options: &[RenderOption]) -> IoResult<()>

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