gbf_core

Module cfg_dot

Source
Expand description

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

Structs§

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.