render_graph_ascii

Function render_graph_ascii 

Source
pub fn render_graph_ascii(
    engine: &OptimizedDiscoveryEngine,
    width: usize,
    height: usize,
) -> String
Expand description

Render the graph as ASCII art with colored domain nodes

§Arguments

  • engine - The discovery engine containing the graph
  • width - Canvas width in characters
  • height - Canvas height in characters

§Returns

A string containing the ASCII art representation