Module graph

Module graph 

Source

Structs§

Graph
Graph is a generic undirected graph where each node of type T must 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