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.