About 52,500 results
Open links in new tab
  1. 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, …

  2. What is RUPTA? | RUPTA

    A Context-Sensitive Pointer Analysis Framework for Rust and Its Application to Call Graph Construction, 33rd ACM SIGPLAN …

  3. Call Graph Analysis - Rust Analysis Platform

    A call graph represents calling relationships between subroutines in a computer program. Each node represents a procedure and …

  4. 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.

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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: …

  9. rust-call-graph — Agent Skill — MCP.Directory

    Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图, 调用关系, 谁调用 …

  10. 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 …