rust-call-graph

Installation
SKILL.md

Rust Call Graph

Visualize function call relationships using LSP call hierarchy.

Usage

/rust-call-graph <function_name> [--depth N] [--direction in|out|both]

Options:

  • --depth N: How many levels to traverse (default: 3)
  • --direction: in (callers), out (callees), both

Examples:

Installs
3
First Seen
Feb 16, 2026
rust-call-graph — thurbeen/rust-skills