sourcegraph / openctx

See contextual info about code from your dev tools, in your editor, code review, and anywhere else you read code.
https://openctx.org
Apache License 2.0
135 stars 14 forks source link

Feature Request: docs.rs - Rust Crate Documentation #193

Open arcuru opened 1 month ago

arcuru commented 1 month ago

In the Rust language ecosystem, all public crates have their documentation stored on https://docs.rs automatically on upload to https://crates.io

If a provider were added for docs.rs, this would allow you to add context for any api for any Rust crate in the ecosystem.

The existing devdocs.io integration only includes the Rust std library and documentation.