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

feat: implements links to crates.io based on the package and version … #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

verpeteren
Copy link

While reviewing the dependencies of a project, it is quite common to review the details of a certain package on crates.io.

Graphviz can render hyperlinks on nodes and edges when the output is svg, postscript or map.
This change adds a href property on the nodes in the dot file.
The url for the href is currently set to https://crates.io/(?P<package>.*)(/(?P<version>.*))?

…name

While reviewing the dependencies of a project, it is quite common to review the details of a certain package on crates.io. 

Graphviz can render hyperlinks on nodes and edges when the output is `svg`, `postscript` or `map`. 
This change adds a `href` property on the nodes in the dot file.
The url for the `href` is currently set to `https://crates.io/(?P<package>.*)(/(?P<version>.*))?`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant