Module digraph

Module digraph 

Source

Structs§

DiGraph
DiGraph is actually a generic directed graph where each node of type T must 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