Expand description
This library is the backend for the cargo-deps
command-line program, containing the actual
logic.
This library provides the following functionality:
- Getting the dependency graph of a crate in its full intermediate representation.
- Getting the final graphviz representation of a crate’s dependencies.
Structs§
- Config
- Configuration options.
Enums§
- Error
- Error type for the crate.
Functions§
- get_
dep_ graph - Gets the full representation of the dependency graph, without converting it to graphviz output.
- render_
dep_ graph - Converts the dependency graph representation into a graphviz string.
Type Aliases§
- Result
- Result type for the crate.