Skip to main content

render_ascii_tree

Function render_ascii_tree 

Source
pub fn render_ascii_tree(
    labels: &[String],
    edges: &HashMap<usize, Vec<(usize, String)>>,
) -> String
Expand description

Render nodes and edges as an ASCII tree structure.