Expand description
Code for building the graph used by cargo tree
.
Structs
Enums
Functions
Adds nodes for features requested on the command-line for the given member.
Adds a feature node between two nodes.
Recursively add feature nodes for all features enabled by the given feature.
Recursively adds connections between features in the
[features]
table
for every package.add_pkg 🔒
Adds a single package node (if it does not already exist).
Builds the graph.