Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Graph only path dependencies (or other filtering) #42

Open
SimonSapin opened this issue Jan 17, 2018 · 1 comment
Open

Graph only path dependencies (or other filtering) #42

SimonSapin opened this issue Jan 17, 2018 · 1 comment

Comments

@SimonSapin
Copy link

I tried this on Servo, but there are enough crates that resulting graph is an unreadable mess. It’d be nice to be able to build a graph on only path dependencies (those that don’t have a source entry in Cargo.lock), or have some other kind of filtering to graph fewer crates at a time.

@mrcnski
Copy link

mrcnski commented Feb 23, 2019

You can use my fork which adds filtering (and fixes a ton of bugs). Unfortunately you have to set the filtered dependencies explicitly, on the other hand that makes it more general.

I'm also considering a solution for this similar issue, maybe using another color or shape for such dependencies.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants