AI AGENT ADDONS

Rust Call Graph

actionbook/rust-skills

Rust developers can see how functions connect with a visual call graph. The tool uses the Language Server Protocol to find every function that calls a specific function and every function that it calls. You can explore both directions at once or focus on incoming or outgoing calls. Depth control lets you dig as deep as needed. This makes it easy to understand code flow, find hot paths, and spot complex dependencies.

Anyone working on a Rust project can benefit. Whether you are fixing a bug, refactoring code, or reviewing a pull request, seeing the call relationships helps you make safer changes. The output is a clear ASCII diagram that shows the full picture or just a slice of it.

Add Rust Call Graph skill to your workflow

Global

mkdir -p ~/.claude/skills/rust-call-graph

Project

mkdir -p .claude/skills/rust-call-graph

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago