Crates.io | docsearch |
lib.rs | docsearch |
version | 0.3.5 |
source | src |
created_at | 2021-07-29 15:12:47.817996 |
updated_at | 2023-08-23 02:00:25.207981 |
description | Resolve crate items to rustdoc URLs. |
homepage | https://github.com/dnaka91/docsearch |
repository | https://github.com/dnaka91/docsearch |
max_upload_size | |
id | 428842 |
size | 93,705 |
Use the latest search index from rustdoc
to find the docs.rs (or stdlib) URL for any item in a
crate by its simple path.
Add docsearch
to your project with cargo add docsearch
(needs cargo-edit) or add it manually
to your Cargo.toml
:
[dependencies]
docsearch = "0.3.5"
In addition, you will need to use the lastest tokio runtime to use this library as it uses async/await and is bound to this runtime.
For examples check out the search example or consult the docs.
This project is licensed under MIT License (or http://opensource.org/licenses/MIT).