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

https://github.com/frewsxcv/rust-crates-index-graph


https://github.com/frewsxcv/rust-crates-index-graph

crates-io dot graph

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust-crates-index-graph

Generate a [DOT file](https://en.wikipedia.org/wiki/DOT_(graph_description_language)) of Rust's crates.io ecosystem. Nodes are packages. Edges are dependencies.

## License

[CC0 1.0 Universal - Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)

## Usage

1. `cargo run --release > crates.dot`
2. Do whatever you'd like with the DOT file. [Gephi](https://gephi.org) is a cool tool:

![](./rendered.png)