Module render

Module render 

Source
Available on crate feature dot only.
Expand description

Render scope graphs to graphviz .dot files.

Generally, use sg.render_to(filename, Settings::default() for the most basic rendering.

Structs§

Edge
An edge from one scope to another
EdgeStyle
The style of an edge (TODO)
EdgeTo
Information about the destination and style of an edge from one scope to another.
RenderSettings
Global settings related to rendering scope graphs.

Enums§

Target
The backend to generate a graph for

Traits§

RenderScopeData
Modifies how a scope is rendered based on user-defined scope data.
RenderScopeLabel
Modifies how an edge label is rendered.