jplatte / cargo-depgraph

Creates graphviz dependency graphs for Rust projects that use Cargo
GNU General Public License v3.0
151 stars 8 forks source link

Add an option to show feature names #6

Open jplatte opened 3 years ago

jplatte commented 3 years ago

… on optional dependency edges.

With graphviz's png renderer and dot layouting, this will probably not look good, but maybe it works for other layouts.