Expand description
This module contains the logic to visualize the control flow graph of a module.
Structs§
- The main struct for rendering DOT graphs.
- A builder for
CfgDot
instances. - Configuration options for rendering a DOT graph.
Traits§
- Trait to print the graph in DOT format. The must also implement
NodeResolver
. - Trait for resolving NodeIndex to renderable metadata.
- A trait that defines how a node and its edges are rendered.