rmc-signature-search

Community

Discover Rust functions by signature shape

Authormolaco
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It helps you inventory and locate Rust functions that match a specific API “shape” (async-ness, parameter patterns, return types, and self-kind) across a crate, without manually grepping source code.

Core Features & Use Cases

  • Single-function signature lookup: Inspect a specific function’s recorded FunctionSignature fields like is_async, self_param, parameter list, return type, and generics.
  • Crate-wide filtered enumeration: List matching functions using filters such as minimum parameter count, parameter type substrings, return type substrings, async-only/sync-only selection, and self-kind classification.
  • Pagination and lightweight summaries: Use limit/offset to page through large workspaces, and summary=true to reduce token usage when enumerating many matches.

Quick Start

First build the workspace hypergraph, then query crate-wide matches like “all async functions returning Result that take &Path” and review the ranked per-match results.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rmc-signature-search
Download link: https://github.com/molaco/rust-code-mcp/archive/main.zip#rmc-signature-search

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.