Docs.rs is a documentation hosting website for Rust crates, providing API documentation for Rust packages published on crates.io
Why this server?
Enables searching for Rust crates and their documentation from docs.rs, allowing AI agents to search for required crates, obtain the latest documentation, search for specific APIs, and access crate READMEs.
Why this server?
Fetches Rust crate documentation from docs.rs using the rustdoc JSON API, allowing lookup of entire crates or specific items like structs, functions, and traits with version specification support
Why this server?
Provides access to Rust documentation from docs.rs, allowing users to search for crates, retrieve documentation, type information, feature flags, version numbers, and access symbol definitions and source code.