关于
Rust Docs enables AI tools to access comprehensive Rust documentation from docs.rs through a Model Context Protocol (MCP) server. It allows searching for crates, retrieving documentation, type information, feature flags, version numbers, and source code, empowering AI to better understand and interact with Rust code.
主要功能
- Search for crates on docs.rs
- Access feature flags for crates
- Search for symbols within crates
- Retrieve documentation for specific crates and versions
- Retrieve available versions for crates
- 7 GitHub stars
- Obtain type information (structs, enums, traits, etc.)
- Get source code for specific items
使用案例
- Enhance AI code completion for Rust
- Facilitate AI-powered code analysis and understanding of Rust libraries
- Improve AI-driven documentation generation for Rust projects