docs_rs_get_item
Retrieve detailed documentation content for specific items within Rust crates, including modules, structs, traits, enums, and functions, by specifying crate name, item type, and full path.
Instructions
Get documentation content of a specific item (module, struct, trait, enum, function, etc.) within a crate
Input Schema
Name | Required | Description | Default |
---|---|---|---|
crate_name | Yes | Name of the crate | |
item_path | Yes | The full path of the item, including the module name (e.g. wasmtime::component::Component) | |
item_type | Yes | Type of item: 'module' for modules, 'struct', 'trait', 'enum', 'type', 'fn', etc. | |
version | No | Specific version (optional, defaults to latest) |