open-context_get_rust_info
Fetch and cache Rust crate metadata from crates.io. Specify the crate name and optionally a version to retrieve details.
Instructions
Fetch and cache information about Rust crates from crates.io
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Specific version of the crate (optional, defaults to latest) | |
| crateName | Yes | Name of the Rust crate (e.g., 'serde', 'tokio', 'actix-web') |