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
- Edge
Style - The style of an edge (TODO)
- EdgeTo
- Information about the destination and style of an edge from one scope to another.
- Render
Settings - Global settings related to rendering scope graphs.
Enums§
- Target
- The backend to generate a graph for
Traits§
- Render
Scope Data - Modifies how a scope is rendered based on user-defined scope data.
- Render
Scope Label - Modifies how an edge label is rendered.