关于
The Rust Call Graph skill enables developers to instantly map out complex function relationships within Rust codebases. By leveraging Language Server Protocol (LSP) operations, it traces incoming and outgoing calls to various depths, providing clear ASCII visualizations, Mermaid diagrams, and structural analysis. It is an essential tool for performing impact analysis during refactoring, understanding execution flows in unfamiliar modules, and identifying architectural bottlenecks like high fan-out functions or deep complexity paths.