Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huonw/crates.io-graph
- Owner: huonw
- License: apache-2.0
- Created: 2015-01-04T12:55:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T02:26:02.000Z (over 8 years ago)
- Last Synced: 2023-04-10T09:38:49.236Z (over 1 year ago)
- Language: Rust
- Size: 1.77 MB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.