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.
- CfgDot
Builder - A builder for
CfgDot
instances. - CfgDot
Config - Configuration options for rendering a DOT graph.
Traits§
- DotRenderable
Graph - Trait to print the graph in DOT format. The must also implement
NodeResolver
. - Node
Resolver - Trait for resolving NodeIndex to renderable metadata.
- Renderable
Node - A trait that defines how a node and its edges are rendered.