01Fetches and caches documentation for specific Rust crates.
02Uses OpenAI embeddings for semantic search over documentation.
03Leverages LLMs to provide concise answers based on documentation context.
04Integrates with MCP clients via stdio.
05Supports specifying crate features for documentation generation.
060 GitHub stars