docs_rs_readme
Retrieve the README or overview content for a specified Rust crate from docs.rs, optionally specifying a version.
Instructions
Get README/overview content of the specified crate
Input Schema
Name | Required | Description | Default |
---|---|---|---|
crate_name | Yes | Name of the crate to get README for | |
version | No | Specific version (optional, defaults to latest) |