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
- Host: GitHub
- URL: https://github.com/frewsxcv/rust-crates-index-graph
- Owner: frewsxcv
- Created: 2017-02-11T03:52:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T02:29:08.000Z (about 7 years ago)
- Last Synced: 2025-04-02T14:49:11.240Z (about 1 year ago)
- Topics: crates-io, dot, graph
- Language: Rust
- Size: 8.38 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
