9 releases
| 0.3.5 | Aug 23, 2023 |
|---|---|
| 0.3.4 | Aug 19, 2023 |
| 0.3.3 | Jul 29, 2023 |
| 0.3.2 | Jun 3, 2022 |
| 0.1.1 | Jul 30, 2021 |
#47 in #mapping
80 downloads per month
58KB
1K
SLoC
DocSearch
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.
Usage
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.
Example
For examples check out the search example or consult the docs.
License
This project is licensed under MIT License (or http://opensource.org/licenses/MIT).
Dependencies
~5–8.5MB
~83K SLoC