rust-crates-index-graph

Stars
11

rust-crates-index-graph

Generate a DOT file of Rust's crates.io ecosystem. Nodes are packages. Edges are dependencies.

License

CC0 1.0 Universal - Public Domain Dedication

Usage

  1. cargo run --release > crates.dot
  2. Do whatever you'd like with the DOT file. Gephi is a cool tool: