Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huonw/crates.io-graph

Draw graphs of crates.io packages
https://github.com/huonw/crates.io-graph

Last synced: about 1 month ago
JSON representation

Draw graphs of crates.io packages

Awesome Lists containing this project

README

        

Very basic scripts for drawing a graph of the crates.io
packages. [Blog post](http://huonw.github.io/blog/2015/01/crates.io-crate-graph/).

`make` should create something semisensible, code may have to be
edited (the `MAX_REV_DEP_COUNT` field at the top of `src/main.rs`) to
reproduce the results shown in the blog post (well, to get closer: the
package system is living and changes).

It requires graphviz (`fdp` and `gvpr`) and `git` at least.