Marcin S.

Results 76 comments of Marcin S.

Gotcha. Yes, filtering happens in the render function. I forgot about that when we split out the logic into a library. This should definitely be fixed!

Hey there! I've actually been working on this lately :) > How about just adding a top node with a name from cli option? I'm afraid it's not that simple,...

I haven't had time to work on this lately, but am happy to accept contributions. For anyone who's interested, you can look into re-using [functionality from cargo itself](https://docs.rs/cargo/0.37.0/cargo/core/struct.Workspace.html). In the...

Thanks for writing this up. As you mention, the key part is this: > so it would imply to actually retrieve the `Cargo.toml` of all dependencies to parse it I...

So I (finally) did some research into this recently. At first I thought the `cargo-metadata` crate was perfect for this, as it lets us get the [full dependency graph](https://docs.rs/cargo_metadata/0.9.0/cargo_metadata/struct.Resolve.html) as...

I thought about this some more and refined my understanding of this issue. > This would allow to display build-dependencies of dependencies with the relevant color, currently they are displayed...

Awesome, thank you! Cool option. I'll try to get to a full review today.

Do you mind resolving the merge conflicts with `master` please?