
GitHub - robinmoussu/cargo-callgraph: Callgraph generation for rust ...
My idea was to compute (statically) the call graph of the whole project, then display that callgraph. I chose to analyse Rust code, …
What is RUPTA? | RUPTA
A Context-Sensitive Pointer Analysis Framework for Rust and Its Application to Call Graph Construction, 33rd ACM SIGPLAN …
Call Graph Analysis - Rust Analysis Platform
A call graph represents calling relationships between subroutines in a computer program. Each node represents a procedure and …
GitHub - Beneficial-AI-Foundation/scip-callgraph
A call graph generator, visualizer, and complexity metrics analyzer for Rust projects using rust-analyzer (or verus-analyzer) and SCIP.
Mamba — Call-Graph Construction
Call-graph analysis on Rust’s LLVM IR is easier because: Generics are monomorphised → almost every call is a direct call …
Implementing a call graph generator as a cargo extension
Apr 1, 2025 · I'm looking into writing a call graph generator for Rust as a cargo extension. A couple of tools exist for this, but they …
rust-call-graph · rust — SkillForge
Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, call Built for rust and call …
Visualize rust struct call graph within one crate
Feb 2, 2025 · Hi there, I have a project which is growing more and more. I realize that lots of structures are too much intertwined: …
rust-call-graph — Agent Skill — MCP.Directory
Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图, 调用关系, 谁调用 …
rust-call-graph - Visualize Rust Function Calls | SkillKit
About rust-call-graph is a Rust tool that allows developers to visualize function call relationships within their Rust projects using the …