dag_to_digraph

Function dag_to_digraph 

Source
pub fn dag_to_digraph(
    dag: &Dag,
    tallies: &HashTrieMapSync<Node, usize>,
) -> DiGraph