4 releases

Uses new Rust 2024

0.2.65 Jan 13, 2026
0.2.64 Jan 13, 2026
0.2.63 Jan 13, 2026
0.2.62 Jan 13, 2026

#411 in Visualization


Used in 2 crates

Apache-2.0

435KB
9K SLoC

Graph rendering module for producing DOT format output.

This module transforms a ProjectGraph into DOT format for visualization. Nodes are grouped hierarchically by crate/module/file into nested subgraph clusters.

Module Structure

  • [dot]: DOT format utilities and helpers
  • aggregate: Aggregated graph rendering (crate/module/project level)
  • detail: File-level detail rendering with clustering

Dependencies

~18–25MB
~466K SLoC