Use the latest search index from rustdoc
to find the docs.rs (or stdlib) URL for any item in a
crate by its simle path.
Add docsearch
to your project with cargo add docsearch
(needs [cargo-edit]) or add it manually
to your Cargo.toml
:
toml
[dependencies]
docsearch = "0.3.0"
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).