pub fn render_opts<'a, N, E, G, W>(
g: &'a G,
w: &mut W,
options: &[RenderOption],
) -> Result<()>
Expand description
Renders directed graph g
into the writer w
in DOT syntax.
(Main entry point for the library.)
pub fn render_opts<'a, N, E, G, W>(
g: &'a G,
w: &mut W,
options: &[RenderOption],
) -> Result<()>
Renders directed graph g
into the writer w
in DOT syntax.
(Main entry point for the library.)