list_symbols
Retrieve all symbols within a Rust crate to explore or implement traits, structs, and enums. Requires project path and crate name for detailed symbol paths.
Instructions
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) |