get
Show documentation for a Rust item by path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Item path, e.g. `serde::Deserialize` or `std::vec::Vec`. A crate segment may carry an `@`-suffixed semver requirement (not an exact version): `tokio@1::runtime::Runtime` serves the newest 1.x, while `tokio@=1.40` pins an exact release. |