cargo-depgraph
cargo-depgraph copied to clipboard
Creates graphviz dependency graphs for Rust projects that use Cargo
Results
12
cargo-depgraph issues
Sort by
recently updated
recently updated
newest added
Locally I wrote some code to generate the image below. This deduplicates transitive dependencies, but keeps those that 'go around' optional deps. I.e., the solid line between `pa-web` and `pa-vis`...
This is reproduced with this repository / crate: https://gitlab.freedesktop.org/libopenraw/libopenraw.git (I'm the developer for that crate) cargo-depgraph 1.6.0 ``` $ cargo depgraph --all-deps thread 'main' has overflowed its stack fatal runtime...
bug