Module tree

Source
Expand description

Implementation of cargo tree.

Modulesยง

format ๐Ÿ”’
graph ๐Ÿ”’
Code for building the graph used by cargo tree.

Structsยง

NodeId
Symbols ๐Ÿ”’
TreeOptions

Enumsยง

DisplayDepth
EdgeKind
The kind of edge, for separating dependencies into different sections.
Node
Prefix
Target

Staticsยง

ASCII_SYMBOLS ๐Ÿ”’
UTF8_SYMBOLS ๐Ÿ”’

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.