Structs§
- DiGraph
DiGraphis actually agenericdirected graph where each node of typeTmust implement:T: Ord + Clone + std::fmt::Display + std::fmt::Debug
Functions§
- digraph_
from_ dot_ string - Returns a directed string graph
DiGraph<String>from a dot file content