save_dot

Function save_dot 

Source
pub fn save_dot(
    leaves: &[HydroLeaf],
    filename: Option<&str>,
    config: Option<HydroWriteConfig>,
) -> Result<PathBuf>
Expand description

Saves Hydro IR leaves as a DOT/Graphviz file. If no filename is provided, saves to temporary directory.