| Crates.io | docsrs |
| lib.rs | docsrs |
| version | 0.1.6 |
| created_at | 2025-07-12 14:56:39.805683+00 |
| updated_at | 2025-07-12 16:56:49.519472+00 |
| description | Easily retrieve docs for any crate on crates.io |
| homepage | |
| repository | https://github.com/kingananas20/fuzzdoc |
| max_upload_size | |
| id | 1749385 |
| size | 58,717 |
docsrs is a Rust crate for retrieving and indexing rustdoc JSON files, enabling fuzzy searching of Rust documentation content.
Whether you're building a custom documentation browser, writing a Rust LSP plugin, or just need to programmatically explore docs — docsrs gives you structured access to items and metadata in a searchable form.
Add docsrs to your Cargo.toml:
docsrs = "0.1"