rmc-signature-search
CommunityDiscover Rust functions by signature shape
Software Engineering#code navigation#rust#api migration#signature search#async discovery#type filtering#self-kind audit
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
FunctionSignaturefields likeis_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/offsetto page through large workspaces, andsummary=trueto 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 requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.