Cargo Doc MCP Server
by spacemeowx2
list_symbols
List all symbols in a crate. Use when implementing traits or exploring available types. Shows structs, enums, traits with their paths.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
crate_name | Yes | Name of the crate to list symbols for | |
project_path | Yes | Path to the Rust project (must be absolute path) |