Module cfg_dot

Source
Expand description

This module contains the logic to visualize the control flow graph of a module.

Structs§

CfgDot
The main struct for rendering DOT graphs.
CfgDotBuilder
A builder for CfgDot instances.
CfgDotConfig
Configuration options for rendering a DOT graph.

Traits§

DotRenderableGraph
Trait to print the graph in DOT format. The must also implement NodeResolver.
NodeResolver
Trait for resolving NodeIndex to renderable metadata.
RenderableNode
A trait that defines how a node and its edges are rendered.