Module graph

Module graph 

Source

Structsยง

DotOptions
Options for outputting the graph in DOT format.
EdgeWeight
The weight of a directed edge in the dependency graph, representing a binary relation of dependency of the source node on the target node.
Graph
Represents a dependency directed acyclic graph (DAG) with size information, where each node represents a crate, and each directed edge represents a binary relation of dependency of the source node on the target node.
NodeWeight
The weight of a node in the dependency graph, representing a crate.