get_crate_doc
Retrieve the main documentation page for a Rust crate to resolve unresolved imports or explore crate features. Input requires crate name and project path.
Instructions
Get crate's main documentation page. Useful for unresolved imports (e.g. use get_crate_doc when seeing 'unresolved import tokio') or understanding crate features.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
crate_name | Yes | Name of the crate to get documentation for | |
project_path | Yes | Path to the Rust project (must be absolute path) |