graphviz_rust

Function exec

Source
pub fn exec(
    graph: Graph,
    ctx: &mut PrinterContext,
    args: Vec<CommandArg>,
) -> Result<Vec<u8>>
Expand description

Executes the dot command line executable using the given Graph, PrinterContext and command line arguments.