DocSearch

Build Status Repository Documentation

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.

Usage

Add docsearch to your project with cargo add docsearch (needs [cargo-edit]) or add it manually to your Cargo.toml:

toml [dependencies] docsearch = "0.2.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.

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).