Structs§
- Graph
Graphis agenericundirected graph where each node of typeTmust implement:T: Ord + Clone + std::fmt::Display + std::fmt::Debug
Functions§
- graph_
from_ dot_ string - Returns a directed string graph
Graph<String>from a dot file content