Expand description
Implementation of cargo tree
.
Modules§
Structs§
Enums§
- Display
Depth - Edge
Kind - The kind of edge, for separating dependencies into different sections.
- Node
- Prefix
- Target
Statics§
Functions§
- build_
and_ print - Entry point for the
cargo tree
command. - edge_
line_ 🔒color - print 🔒
- Prints a tree for each given root.
- print_
dependencies 🔒 - Prints all the dependencies of a package for the given dependency kind.
- print_
node 🔒 - Prints a package and all of its dependencies.