
docs.rs
Searches Rust crates and their documentation on docs.rs, providing README content and API documentation in markdown format.
24236 views6RemoteLocal (stdio)
What it does
- Search for Rust crates by keywords
- Retrieve README content from crates
- Fetch documentation for specific API items
- Search within crate APIs and modules
- Convert documentation to markdown format
Best for
Rust developers exploring new cratesLearning Rust APIs and documentationCode assistance and library research
No API key neededLLM-friendly markdown outputCovers both crate discovery and detailed API docs
Tools (4)
docs_rs_search_crates
Search for Rust crates by keywords on crates.io.
docs_rs_readme
Get README/overview content of the specified crate
docs_rs_get_item
Get documentation content of a specific item (module, struct, trait, enum, function, etc.) within a crate
docs_rs_search_in_crate
Search for traits, structs, methods, etc. from the crate's all.html page. To get a module, use docs_rs_get_item instead.