Expand description
Code for building the graph used by cargo tree
.
Structs§
Enums§
Functions§
- add_
cli_ 🔒features - Adds nodes for features requested on the command-line for the given member.
- add_
feature 🔒 - Adds a feature node between two nodes.
- add_
feature_ 🔒rec - Recursively add feature nodes for all features enabled by the given feature.
- add_
internal_ 🔒features - 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).
- build
- Builds the graph.